libmicrohttpd: Update to 0.9.44

Also move the info pages to a separate output, significantly reducing
the size of the main output.
This commit is contained in:
Eelco Dolstra 2015-10-14 11:54:43 +02:00
parent 11aef37ca6
commit 2e098d58d2

View file

@ -1,13 +1,15 @@
{ lib, stdenv, fetchurl, libgcrypt }: { lib, stdenv, fetchurl, libgcrypt }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "libmicrohttpd-0.9.43"; name = "libmicrohttpd-0.9.44";
src = fetchurl { src = fetchurl {
url = "mirror://gnu/libmicrohttpd/${name}.tar.gz"; url = "mirror://gnu/libmicrohttpd/${name}.tar.gz";
sha256 = "17q6v5q0jpg57vylby6rx1qkil72bdx8gij1g9m694gxf5sb6js1"; sha256 = "07j1p21rvbrrfpxngk8xswzkmjkh94bp1971xfjh1p0ja709qwzj";
}; };
outputs = [ "out" "info" ];
buildInputs = [ libgcrypt ]; buildInputs = [ libgcrypt ];
preCheck = preCheck =