3
0
Fork 0
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:
Allan Espinosa 2016-04-07 11:57:12 -05:00
parent 48d8f05185
commit 16b12fbd87

View file

@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
description = "A caching proxy specialized for linux distribution files";
homepage = https://www.unix-ag.uni-kl.de/~bloch/acng/;
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = [ maintainers.makefu ];
};
}