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
parent
84f38f036f
commit
ed66095679
|
@ -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
|
||||
|
|
Reference in New Issue