wget: make libpsl attribute properly optional

This commit is contained in:
Tobias Geerinckx-Rice
2016-01-03 00:24:28 +01:00
parent d9f06f6665
commit 4943e41347
+1 -1
View File
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, gettext, libidn, pkgconfig
, perl, perlPackages, LWP, python3
, libiconv, libpsl, openssl ? null }:
, libiconv, libpsl ? null, openssl ? null }:
stdenv.mkDerivation rec {
name = "wget-1.17.1";