From 16b12fbd87929e0604365cbffffb3273b8d74b6d Mon Sep 17 00:00:00 2001 From: Allan Espinosa Date: Thu, 7 Apr 2016 11:57:12 -0500 Subject: [PATCH] apt-cacher-ng: disable on OSX fmemopen() doesn't exist on OSX. This causes the builds to fail. --- pkgs/servers/http/apt-cacher-ng/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/servers/http/apt-cacher-ng/default.nix b/pkgs/servers/http/apt-cacher-ng/default.nix index 9e485946a18..8958b51e873 100644 --- a/pkgs/servers/http/apt-cacher-ng/default.nix +++ b/pkgs/servers/http/apt-cacher-ng/default.nix @@ -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 ]; }; }