treewide: Add lots of platforms to packages with no meta

Build-tested on x86_64 Linux and on Darwin.
This commit is contained in:
Tuomas Tynkkynen
2016-08-02 19:06:29 +03:00
parent 59ce911810
commit 2258b21e4b
139 changed files with 548 additions and 0 deletions

View File

@@ -7,4 +7,8 @@ stdenv.mkDerivation {
md5 = "abf475dae2f5efca865fcdff871feb5e";
};
buildInputs = [stdenv jdk sharedobjects jjtraveler];
meta = {
platforms = stdenv.lib.platforms.unix;
};
}

View File

@@ -18,4 +18,8 @@ stdenv.mkDerivation {
-e "s|install: install-bin install-man install-doc|install: install-bin|" Makefile
'';
maintainers = [ stdenv.lib.maintainers.sander ];
meta = {
platforms = stdenv.lib.platforms.linux;
};
}

View File

@@ -8,4 +8,8 @@ stdenv.mkDerivation {
url = http://gwt-dnd.googlecode.com/files/gwt-dnd-2.6.5.jar;
sha256 = "07zdlr8afs499asnw0dcjmw1cnjc646v91lflx5dv4qj374c97fw";
};
meta = {
platforms = stdenv.lib.platforms.unix;
};
}

View File

@@ -8,4 +8,8 @@ stdenv.mkDerivation {
url = mirror://sourceforge/gwt-widget/gwt-widgets-0.2.0-bin.tar.gz;
sha256 = "09isj4j6842rj13nv8264irkjjhvmgihmi170ciabc98911bakxb";
};
meta = {
platforms = stdenv.lib.platforms.unix;
};
}

View File

@@ -13,4 +13,7 @@ stdenv.mkDerivation {
buildInputs = [ unzip
];
meta = {
platforms = stdenv.lib.platforms.unix;
};
}

View File

@@ -10,4 +10,8 @@ stdenv.mkDerivation {
};
inherit unzip;
meta = {
platforms = stdenv.lib.platforms.unix;
};
}

View File

@@ -18,4 +18,8 @@ stdenv.mkDerivation rec {
mkdir -p $out/share/java
cp -v *.jar $out/share/java
'';
meta = {
platforms = stdenv.lib.platforms.unix;
};
}

View File

@@ -10,4 +10,8 @@ stdenv.mkDerivation {
};
inherit unzip;
meta = {
platforms = stdenv.lib.platforms.unix;
};
}

View File

@@ -8,4 +8,8 @@ stdenv.mkDerivation {
url = http://www.jdom.org/dist/binary/jdom-1.0.tar.gz;
md5 = "ce29ecc05d63fdb419737fd00c04c281";
};
meta = {
platforms = stdenv.lib.platforms.unix;
};
}

View File

@@ -7,4 +7,8 @@ stdenv.mkDerivation {
md5 = "35bf801ee61f042513ae88247fe1bf1d";
};
buildInputs = [stdenv jdk];
meta = {
platforms = stdenv.lib.platforms.unix;
};
}

View File

@@ -10,4 +10,8 @@ stdenv.mkDerivation {
PREFIX=''''${out}'';
buildInputs = [ jdk ];
maintainers = [ stdenv.lib.maintainers.sander ];
meta = {
platforms = stdenv.lib.platforms.linux;
};
}

View File

@@ -8,4 +8,8 @@ stdenv.mkDerivation {
url = http://cvs.apache.org/dist/jakarta/lucene/v1.4.1/lucene-1.4.1.tar.gz;
md5 = "656a6f40f5b8f7d2e19453436848bfe8";
};
meta = {
platforms = stdenv.lib.platforms.unix;
};
}

View File

@@ -8,4 +8,8 @@ stdenv.mkDerivation {
url = mirror://sourceforge/mockobjects/mockobjects-bin-0.09.tar;
md5 = "a0e11423bd5fcbb6ea65753643ea8852";
};
meta = {
platforms = stdenv.lib.platforms.unix;
};
}

View File

@@ -10,4 +10,8 @@ stdenv.mkDerivation {
inherit unzip;
buildInputs = [unzip];
meta = {
platforms = stdenv.lib.platforms.unix;
};
}

View File

@@ -19,4 +19,8 @@ exec ${jre}/bin/java -jar $out/saxon8.jar \"\\$@\"
EOF
chmod a+x $out/bin/saxon8
";
meta = {
platforms = stdenv.lib.platforms.unix;
};
}

View File

@@ -7,4 +7,8 @@ stdenv.mkDerivation {
md5 = "c1f2c58bd1a07be32da8a6b89354a11f";
};
buildInputs = [stdenv jdk];
meta = {
platforms = stdenv.lib.platforms.unix;
};
}

View File

@@ -8,4 +8,8 @@ stdenv.mkDerivation {
url = http://www.igniterealtime.org/downloadServlet?filename=smack/smack_3_4_1.tar.gz;
sha256 = "13jm93b0dsfxr62brq1hagi9fqk7ip3pi80svq10zh5kcpk77jf4";
};
meta = {
platforms = stdenv.lib.platforms.unix;
};
}