Set some meta.platforms

Also fix meta.platform -> meta.platforms in a few places.
This commit is contained in:
Eelco Dolstra
2015-03-20 20:04:42 +01:00
parent 0461f35894
commit 2ed5c2bd6b
45 changed files with 94 additions and 102 deletions
+1
View File
@@ -33,5 +33,6 @@ stdenv.mkDerivation {
description = ''The classical Unix `at' job scheduling command'';
license = stdenv.lib.licenses.gpl2Plus;
homepage = http://packages.qa.debian.org/at;
platforms = stdenv.lib.platforms.linux;
};
}
+2 -1
View File
@@ -20,8 +20,9 @@ stdenv.mkDerivation {
'';
preInstall = "mkdir -p $out/bin $out/sbin $out/share/man/man1 $out/share/man/man5 $out/share/man/man8";
meta = {
description = "Daemon for running commands at specific times (Vixie Cron)";
platforms = stdenv.lib.platforms.linux;
};
}
+1
View File
@@ -10,5 +10,6 @@ stdenv.mkDerivation {
meta = {
homepage = http://ftp.gnu.org/gnu/which/;
platforms = stdenv.lib.platforms.all;
};
}