lol

libgnurl: reduce size of closure. Remove unnecessary/old dependencies, use python3, remove groff, remove nghttp2.

authored by

nikita and committed by
Tom Bereknyei
3fad8058 ebe2a8b7

+4 -4
+4 -4
pkgs/development/libraries/libgnurl/default.nix
··· 1 - { lib, stdenv, fetchurl, libtool, groff, perl, pkg-config, python2, zlib, gnutls, 2 - libidn2, libunistring, nghttp2 }: 1 + { lib, stdenv, fetchurl, libtool, perl, pkg-config, python3, zlib, gnutls 2 + , libidn2, libunistring }: 3 3 4 4 stdenv.mkDerivation rec { 5 5 pname = "libgnurl"; ··· 10 10 sha256 = "1y4laraq37kw8hc8jlzgcw7y37bfd0n71q0sy3d3z6yg7zh2prxi"; 11 11 }; 12 12 13 - nativeBuildInputs = [ libtool groff perl pkg-config python2 ]; 13 + nativeBuildInputs = [ libtool perl pkg-config python3 ]; 14 14 15 - buildInputs = [ gnutls zlib libidn2 libunistring nghttp2 ]; 15 + buildInputs = [ gnutls zlib libidn2 libunistring ]; 16 16 17 17 configureFlags = [ 18 18 "--disable-ntlm-wb"