about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-03-05 23:26:49 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-03-05 23:26:49 +0000
commitd213d290a6c65cd47982afe99388c421c5e2e639 (patch)
tree66eec1d38951289f772d7835015efdcc7eee89f4 /pkgs/tools
parent997723ec9bca2979d41c1e00ac334a8d7e8e6a3b (diff)
Setting tm and ts to build in all nixpkgs platforms.
svn path=/nixpkgs/trunk/; revision=20446
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/system/tm/default.nix2
-rw-r--r--pkgs/tools/system/ts/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/tm/default.nix b/pkgs/tools/system/tm/default.nix
index 2e0c2611cd2c2..a5e413690d0ed 100644
--- a/pkgs/tools/system/tm/default.nix
+++ b/pkgs/tools/system/tm/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
     description = "terminal mixer - multiplexer for the i/o of terminal applications";
     license="GPLv2";
     maintainers = with stdenv.lib.maintainers; [viric];
-    platforms = with stdenv.lib.platforms; linux;
+    platforms = with stdenv.lib.platforms; all;
   };
 
 }
diff --git a/pkgs/tools/system/ts/default.nix b/pkgs/tools/system/ts/default.nix
index 80e99774c0ce9..80778a3546acd 100644
--- a/pkgs/tools/system/ts/default.nix
+++ b/pkgs/tools/system/ts/default.nix
@@ -16,6 +16,6 @@ stdenv.mkDerivation {
     description = "task spooler - batch queue";
     license="GPLv2";
     maintainers = with stdenv.lib.maintainers; [viric];
-    platforms = with stdenv.lib.platforms; linux;
+    platforms = with stdenv.lib.platforms; all;
   };
 }