libmicrohttpd: 1.0.1 -> 1.0.2 (#427856)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{ callPackage, fetchurl }:
|
||||
|
||||
callPackage ./generic.nix (rec {
|
||||
version = "1.0.1";
|
||||
version = "1.0.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/libmicrohttpd/libmicrohttpd-${version}.tar.gz";
|
||||
hash = "sha256-qJ4J/JtN403eGfT8tPqqHOECmbmQjbETK7+h3keIK5Q=";
|
||||
hash = "sha256-3zJPzQg0F12rB0gxM5Atl3SmBb+imAJfaYgyiP0gqMc=";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -31,6 +31,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
libintl
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
preCheck = ''
|
||||
# Since `localhost' can't be resolved in a chroot, work around it.
|
||||
sed -i -e 's/localhost/127.0.0.1/g' src/test*/*.[ch]
|
||||
|
||||
Reference in New Issue
Block a user