nonguix: Don't rename to32 package to avoid useless rebuilds.

* nonguix/utils.scm (to32): Reuse inherited `name' field.
This commit is contained in:
Pierre Neidhardt 2020-05-15 21:23:23 +02:00
parent 7bba542547
commit 4a4043db04

View file

@ -33,7 +33,6 @@ Only x86_64-linux and i686-linux are supported.
("x86_64-linux"
(package
(inherit package64)
(name (string-append (package-name package64) "32"))
(arguments `(#:system "i686-linux"
,@(package-arguments package64)))))
(_ package64)))