mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +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;
|
||||
|
||||
configureFlags = [
|
||||
(stdenv.lib.withFeatureAs (openssl != null) "ssl" openssl)
|
||||
(stdenv.lib.withFeatureAs (openssl != null) "ssl" "openssl")
|
||||
];
|
||||
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue