diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-12-22T10·58+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-12-22T10·58+0000 |
commit | 66c99b0cf50bb1d6290f55c209e9541b50ce41e8 (patch) | |
tree | 5f1d8ce58c07508b7f3b5b3d17d8e899258af254 /release.nix | |
parent | 2aac7cd0217ce3417b12574ca7f9930090da6c4c (diff) |
* ‘--disable-shared’ is no longer supported. Fortunately it's not
needed for the coverage analysis.
Diffstat (limited to 'release.nix')
-rw-r--r-- | release.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release.nix b/release.nix index 4f3e5fac02a6..91f3752d56f4 100644 --- a/release.nix +++ b/release.nix @@ -1,5 +1,5 @@ { nixpkgs ? <nixpkgs>, nixos ? <nixos> -, nix ? { outPath = ../nix-export; rev = 1234; } +, nix ? { outPath = ./.; rev = 1234; } , officialRelease ? false }: @@ -98,7 +98,7 @@ let ]; configureFlags = '' - --disable-init-state --disable-shared + --disable-init-state --with-bzip2=${bzip2} --with-sqlite=${sqlite} --with-dbi=${perlPackages.DBI}/lib/perl5/site_perl --with-dbd-sqlite=${perlPackages.DBDSQLite}/lib/perl5/site_perl |