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
+3 -2
View File
@@ -1,8 +1,8 @@
{stdenv, fetchurl}:
{ stdenv, fetchurl }:
stdenv.mkDerivation {
name = "mingetty-1.08";
src = fetchurl {
url = mirror://sourceforge/mingetty/mingetty-1.08.tar.gz;
sha256 = "05yxrp44ky2kg6qknk1ih0kvwkgbn9fbz77r3vci7agslh5wjm8g";
@@ -19,5 +19,6 @@ stdenv.mkDerivation {
meta = {
homepage = http://sourceforge.net/projects/mingetty;
platforms = stdenv.lib.platforms.linux;
};
}