mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
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…
Reference in a new issue