me
/
guix
Archived
1
0
Fork 0

gnu: nix: Add the "--enable-gc" configure flag to fix build.

Fixes <http://issues.guix.gnu.org/43181>.

* gnu/packages/package-management.scm (nix)[configure-flags]: Add the
"--enable-gc" option.
master
Maxim Cournoyer 2020-09-03 22:31:40 -04:00
parent 84f38f036f
commit ed66095679
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 2 deletions

View File

@ -568,8 +568,7 @@ out) and returning a package that uses that as its 'source'."
"15p50jkss6szinisb7axhxybgfi29sm9grz7mxwair8ljj2553yx"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
(list "--sysconfdir=/etc")
`(#:configure-flags '("--sysconfdir=/etc" "--enable-gc")
#:phases
(modify-phases %standard-phases
(replace 'install