mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-23 23:34:52 +01:00
nonguix: Don't rename to32 package to avoid useless rebuilds.
* nonguix/utils.scm (to32): Reuse inherited `name' field.
This commit is contained in:
parent
7bba542547
commit
4a4043db04
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ Only x86_64-linux and i686-linux are supported.
|
||||||
("x86_64-linux"
|
("x86_64-linux"
|
||||||
(package
|
(package
|
||||||
(inherit package64)
|
(inherit package64)
|
||||||
(name (string-append (package-name package64) "32"))
|
|
||||||
(arguments `(#:system "i686-linux"
|
(arguments `(#:system "i686-linux"
|
||||||
,@(package-arguments package64)))))
|
,@(package-arguments package64)))))
|
||||||
(_ package64)))
|
(_ package64)))
|
||||||
|
|
Loading…
Reference in a new issue