1
0
Fork 1
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:
Tobias Geerinckx-Rice 2016-01-02 19:02:51 +01:00
parent d9f06f6665
commit 4943e41347

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