wget: fix build
This commit is contained in:
parent
a68e5e918e
commit
7d4efc17a0
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||||||
++ stdenv.lib.optional stdenv.isDarwin perl;
|
++ stdenv.lib.optional stdenv.isDarwin perl;
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
(stdenv.lib.withFeatureAs (openssl != null) "ssl" openssl)
|
(stdenv.lib.withFeatureAs (openssl != null) "ssl" "openssl")
|
||||||
];
|
];
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user