about summary refs log tree commit diff
path: root/pkgs/tools/system/idle3tools
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2013-03-07 22:39:53 +0100
committerLluís Batlle i Rossell <viric@viric.name>2013-03-07 22:39:53 +0100
commit197f6c6c4ce0c284afa437130f096d4ab7f755f1 (patch)
treed4d072a941b30e816bd621e82333b6ec024a84a3 /pkgs/tools/system/idle3tools
parent78e71242d7582a6c02509fbb95781ba71611c2b6 (diff)
downloadnixlib-197f6c6c4ce0c284afa437130f096d4ab7f755f1.tar
nixlib-197f6c6c4ce0c284afa437130f096d4ab7f755f1.tar.gz
nixlib-197f6c6c4ce0c284afa437130f096d4ab7f755f1.tar.bz2
nixlib-197f6c6c4ce0c284afa437130f096d4ab7f755f1.tar.lz
nixlib-197f6c6c4ce0c284afa437130f096d4ab7f755f1.tar.xz
nixlib-197f6c6c4ce0c284afa437130f096d4ab7f755f1.tar.zst
nixlib-197f6c6c4ce0c284afa437130f096d4ab7f755f1.zip
idle3-tools can build only on linux, I think.
Diffstat (limited to 'pkgs/tools/system/idle3tools')
-rw-r--r--pkgs/tools/system/idle3tools/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/idle3tools/default.nix b/pkgs/tools/system/idle3tools/default.nix
index 2ffff7bed7b4..1325b52b3808 100644
--- a/pkgs/tools/system/idle3tools/default.nix
+++ b/pkgs/tools/system/idle3tools/default.nix
@@ -17,6 +17,6 @@ stdenv.mkDerivation {
     description = "Tool to get/set the infamous idle3 timer in WD HDDs";
     license = "GPLv3";
     maintainers = with stdenv.lib.maintainers; [viric];
-    platforms = with stdenv.lib.platforms; all;
+    platforms = with stdenv.lib.platforms; linux;
   };
 }