1 { lib, stdenv, fetchurl, libtool, perl, pkg-config, python3, zlib, gnutls
2 , libidn2, libunistring }:
4 stdenv.mkDerivation rec {
9 url = "mirror://gnu/gnunet/gnurl-${version}.tar.gz";
10 sha256 = "1y4laraq37kw8hc8jlzgcw7y37bfd0n71q0sy3d3z6yg7zh2prxi";
13 nativeBuildInputs = [ libtool perl pkg-config python3 ];
15 buildInputs = [ gnutls zlib libidn2 libunistring ];
21 # below options will cause errors if enabled
34 "--without-ssl" # disables only openssl, not ssl in general
40 description = "Fork of libcurl used by GNUnet";
41 homepage = "https://gnunet.org/en/gnurl.html";
43 platforms = platforms.unix;
44 license = licenses.curl;