Setting tm and ts to build in all nixpkgs platforms.

svn path=/nixpkgs/trunk/; revision=20446
This commit is contained in:
Lluís Batlle i Rossell 2010-03-05 23:26:49 +00:00
parent 997723ec9b
commit d213d290a6
2 changed files with 2 additions and 2 deletions

@ -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;
};
}

@ -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;
};
}