15 stdenv.mkDerivation rec {
20 url = "mirror://gnu/gnunet/gnurl-${version}.tar.gz";
21 sha256 = "1y4laraq37kw8hc8jlzgcw7y37bfd0n71q0sy3d3z6yg7zh2prxi";
42 # below options will cause errors if enabled
55 "--without-ssl" # disables only openssl, not ssl in general
61 description = "Fork of libcurl used by GNUnet";
62 homepage = "https://gnunet.org/en/gnurl.html";
64 platforms = platforms.unix;
65 license = licenses.curl;