mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
wget: make libpsl attribute properly optional
This commit is contained in:
parent
d9f06f6665
commit
4943e41347
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue