mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
libmicrohttpd: 0.9.41 -> 0.9.42
This commit is contained in:
parent
539a954955
commit
89d9a6079c
@ -17,11 +17,11 @@ let
|
||||
in
|
||||
with stdenv.lib;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libmicrohttpd-0.9.41";
|
||||
name = "libmicrohttpd-0.9.42";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/libmicrohttpd/${name}.tar.gz";
|
||||
sha256 = "0z3s3aplgxj8cj947i4rxk9wzvg68b8hbn71fyipc7aagmivx64p";
|
||||
sha256 = "0nvxmm6z6wcq1vl6l92rids0i0va184y86bkc10dl0vh6rrj0d80";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
|
||||
(mkWith true "threads" "posix")
|
||||
(mkEnable true "doc" null)
|
||||
(mkEnable false "examples" null)
|
||||
(mkEnable true "poll" "auto")
|
||||
(mkEnable true "epoll" "auto")
|
||||
(mkEnable doCheck "curl" null)
|
||||
(mkEnable hasSpdy "spdy" null)
|
||||
|
@ -6919,8 +6919,9 @@ let
|
||||
|
||||
libmemcached = callPackage ../development/libraries/libmemcached { };
|
||||
|
||||
libmicrohttpd = callPackage ../development/libraries/libmicrohttpd {
|
||||
openssl = null;
|
||||
libmicrohttpd-full = callPackage ../development/libraries/libmicrohttpd { };
|
||||
|
||||
libmicrohttpd = libmicrohttpd-full.override {
|
||||
gnutls = null;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user