3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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.
This commit is contained in:
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

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