about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2016-08-01 15:12:31 -0500
committerGitHub <noreply@github.com>2016-08-01 15:12:31 -0500
commit2ae5dbbf3b39c99e6e4217c5eb22ac49bd2a7522 (patch)
tree9ae0be3b3d74af85b9a422686894a7e54d642192 /pkgs/tools/system
parent26a2392594ad432883f9af06951e7b4c5e108eac (diff)
downloadnixlib-2ae5dbbf3b39c99e6e4217c5eb22ac49bd2a7522.tar
nixlib-2ae5dbbf3b39c99e6e4217c5eb22ac49bd2a7522.tar.gz
nixlib-2ae5dbbf3b39c99e6e4217c5eb22ac49bd2a7522.tar.bz2
nixlib-2ae5dbbf3b39c99e6e4217c5eb22ac49bd2a7522.tar.lz
nixlib-2ae5dbbf3b39c99e6e4217c5eb22ac49bd2a7522.tar.xz
nixlib-2ae5dbbf3b39c99e6e4217c5eb22ac49bd2a7522.tar.zst
nixlib-2ae5dbbf3b39c99e6e4217c5eb22ac49bd2a7522.zip
acct: only build on linux
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/acct/default.nix2
1 files changed, 1 insertions, 1 deletions
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;
   };
 }