wget: fix build

This commit is contained in:
Franz Pletz 2018-08-11 22:09:22 +02:00
parent a68e5e918e
commit 7d4efc17a0
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -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;