summary refs log tree commit diff
path: root/pkgs/tools/system/ts
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/system/ts
parent997723ec9bca2979d41c1e00ac334a8d7e8e6a3b (diff)
downloadnixlib-d213d290a6c65cd47982afe99388c421c5e2e639.tar
nixlib-d213d290a6c65cd47982afe99388c421c5e2e639.tar.gz
nixlib-d213d290a6c65cd47982afe99388c421c5e2e639.tar.bz2
nixlib-d213d290a6c65cd47982afe99388c421c5e2e639.tar.lz
nixlib-d213d290a6c65cd47982afe99388c421c5e2e639.tar.xz
nixlib-d213d290a6c65cd47982afe99388c421c5e2e639.tar.zst
nixlib-d213d290a6c65cd47982afe99388c421c5e2e639.zip
Setting tm and ts to build in all nixpkgs platforms.
svn path=/nixpkgs/trunk/; revision=20446
Diffstat (limited to 'pkgs/tools/system/ts')
-rw-r--r--pkgs/tools/system/ts/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/ts/default.nix b/pkgs/tools/system/ts/default.nix
index 80e99774c0ce..80778a3546ac 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;
   };
 }