wget: make libpsl attribute properly optional
This commit is contained in:
parent
d9f06f6665
commit
4943e41347
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, gettext, libidn, pkgconfig
|
{ stdenv, fetchurl, gettext, libidn, pkgconfig
|
||||||
, perl, perlPackages, LWP, python3
|
, perl, perlPackages, LWP, python3
|
||||||
, libiconv, libpsl, openssl ? null }:
|
, libiconv, libpsl ? null, openssl ? null }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "wget-1.17.1";
|
name = "wget-1.17.1";
|
||||||
|
Loading…
Reference in New Issue
Block a user