mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
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";
|
||||
homepage = https://www.unix-ag.uni-kl.de/~bloch/acng/;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.makefu ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user