about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRob Vermaas <rob.vermaas@gmail.com>2011-01-14 14:50:13 +0000
committerRob Vermaas <rob.vermaas@gmail.com>2011-01-14 14:50:13 +0000
commit6a3c13835c6af68d3c69f15270d22ad365dacdc4 (patch)
tree5df1899012bfdcacdfd6882736458b071c7972c6 /pkgs
parent046125bd1d9adfdaeaaed10aee19435d7f1eeffc (diff)
build hydra on linux
svn path=/nixpkgs/trunk/; revision=25568
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/misc/hydra/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/hydra/default.nix b/pkgs/development/tools/misc/hydra/default.nix
index 95cf6de8ec078..72654414b2339 100644
--- a/pkgs/development/tools/misc/hydra/default.nix
+++ b/pkgs/development/tools/misc/hydra/default.nix
@@ -59,6 +59,9 @@ stdenv.mkDerivation rec {
             --set NIX_RELEASE ${nix.name}
     done
   ''; # */
-  
+
+  meta = {
+    platforms = stdenv.lib.platforms.linux;
+  };  
 }