summary refs log tree commit diff
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
parent78e71242d7582a6c02509fbb95781ba71611c2b6 (diff)
idle3-tools can build only on linux, I think. last-glibc-2.13
-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 2ffff7bed7b48..1325b52b38089 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;
   };
 }