From 2ae5dbbf3b39c99e6e4217c5eb22ac49bd2a7522 Mon Sep 17 00:00:00 2001 From: Matthew Justin Bauer Date: Mon, 1 Aug 2016 15:12:31 -0500 Subject: [PATCH] acct: only build on linux --- pkgs/tools/system/acct/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/system/acct/default.nix b/pkgs/tools/system/acct/default.nix index c99d20d7953e..4263709fe9ab 100644 --- a/pkgs/tools/system/acct/default.nix +++ b/pkgs/tools/system/acct/default.nix @@ -25,6 +25,6 @@ stdenv.mkDerivation rec { homepage = http://www.gnu.org/software/acct/; maintainers = with maintainers; [ pSub ]; - platforms = with platforms; allBut cygwin; + platforms = platforms.linux; }; }