wget: fix build
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user