mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Make --enable-gc the default
This commit is contained in:
parent
d823381c0a
commit
b874272f7a
3 changed files with 3 additions and 7 deletions
|
@ -25,8 +25,6 @@ let
|
|||
|
||||
buildInputs = tarballDeps ++ buildDeps;
|
||||
|
||||
configureFlags = "--enable-gc";
|
||||
|
||||
postUnpack = ''
|
||||
(cd $sourceRoot && find . -type f) | cut -c3- > $sourceRoot/.dist-files
|
||||
cat $sourceRoot/.dist-files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue