pkgsStatic.perl: Use dontAddStaticConfigureFlags
instead of overriding
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
This commit is contained in:
parent
adbf99843c
commit
1dbb306b87
2 changed files with 2 additions and 5 deletions
|
@ -86,6 +86,8 @@ let
|
|||
|
||||
configureScript = optionalString (!crossCompiling) "${stdenv.shell} ./Configure";
|
||||
|
||||
dontAddStaticConfigureFlags = true;
|
||||
|
||||
dontAddPrefix = !crossCompiling;
|
||||
|
||||
enableParallelBuilding = !crossCompiling;
|
||||
|
|
|
@ -121,11 +121,6 @@ in {
|
|||
if set ? overrideScope' then set.overrideScope' ocamlStaticAdapter else set
|
||||
) super.ocaml-ng;
|
||||
|
||||
perl = super.perl.override {
|
||||
# Don’t use new stdenv zlib because
|
||||
# it doesn’t like the --disable-shared flag
|
||||
stdenv = super.stdenv;
|
||||
};
|
||||
|
||||
zlib = super.zlib.override {
|
||||
# Don’t use new stdenv zlib because
|
||||
|
|
Loading…
Reference in a new issue