Setting tm and ts to build in all nixpkgs platforms.
svn path=/nixpkgs/trunk/; revision=20446
This commit is contained in:
parent
997723ec9b
commit
d213d290a6
@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
|||||||
description = "terminal mixer - multiplexer for the i/o of terminal applications";
|
description = "terminal mixer - multiplexer for the i/o of terminal applications";
|
||||||
license="GPLv2";
|
license="GPLv2";
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
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";
|
description = "task spooler - batch queue";
|
||||||
license="GPLv2";
|
license="GPLv2";
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user