forked from mirrors/nixpkgs
apt-cacher-ng: disable on OSX
fmemopen() doesn't exist on OSX. This causes the builds to fail.
This commit is contained in:
parent
48d8f05185
commit
16b12fbd87
|
@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "A caching proxy specialized for linux distribution files";
|
description = "A caching proxy specialized for linux distribution files";
|
||||||
homepage = https://www.unix-ag.uni-kl.de/~bloch/acng/;
|
homepage = https://www.unix-ag.uni-kl.de/~bloch/acng/;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.makefu ];
|
maintainers = [ maintainers.makefu ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue