From d213d290a6c65cd47982afe99388c421c5e2e639 Mon Sep 17 00:00:00 2001 From: LluĂ­s Batlle i Rossell Date: Fri, 5 Mar 2010 23:26:49 +0000 Subject: Setting tm and ts to build in all nixpkgs platforms. svn path=/nixpkgs/trunk/; revision=20446 --- pkgs/tools/system/tm/default.nix | 2 +- pkgs/tools/system/ts/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/tools') 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; }; } -- cgit 1.4.1