Merge remote-tracking branch 'upstream/master' into hardened-stdenv

This commit is contained in:
Robin Gloster
2016-08-03 13:34:44 +00:00
1099 changed files with 2664 additions and 513 deletions

View File

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

View File

@@ -55,5 +55,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2ClasspathPlus;
maintainers = [ ];
platforms = stdenv.lib.platforms.linux;
};
}

View File

@@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
description = "Gives users a convenient way to analyze, create, and manipulate (binary) Java class files";
maintainers = with stdenv.lib.maintainers; [ copumpkin ];
license = stdenv.lib.licenses.asl20;
platforms = with stdenv.lib.platforms; unix;
};
}

View File

@@ -17,6 +17,7 @@ stdenv.mkDerivation {
description = "Interface to scripting languages, including JSR-223";
homepage = http://commons.apache.org/proper/commons-bsf/;
license = stdenv.lib.licenses.asl20;
platforms = stdenv.lib.platforms.unix;
};
}

View File

@@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
description = "Allows manipulation of ar, cpio, Unix dump, tar, zip, gzip, XZ, Pack200, bzip2, 7z, arj, lzma, snappy, DEFLATE and Z files";
maintainers = with stdenv.lib.maintainers; [ copumpkin ];
license = stdenv.lib.licenses.asl20;
platforms = with stdenv.lib.platforms; unix;
};
}

View File

@@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
description = "Makes it easy to add robust, high-performance, file upload capability to your servlets and web applications";
maintainers = with stdenv.lib.maintainers; [ copumpkin ];
license = stdenv.lib.licenses.asl20;
platforms = with stdenv.lib.platforms; unix;
};
}

View File

@@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
description = "A library of utilities to assist with developing IO functionality";
maintainers = with stdenv.lib.maintainers; [ copumpkin ];
license = stdenv.lib.licenses.asl20;
platforms = with stdenv.lib.platforms; unix;
};
}

View File

@@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
description = "Provides additional methods to manipulate standard Java library classes";
maintainers = with stdenv.lib.maintainers; [ copumpkin ];
license = stdenv.lib.licenses.asl20;
platforms = with stdenv.lib.platforms; unix;
};
}

View File

@@ -17,6 +17,7 @@ stdenv.mkDerivation {
description = "Wrapper around a variety of logging API implementations";
homepage = http://commons.apache.org/proper/commons-logging;
license = stdenv.lib.licenses.asl20;
platforms = stdenv.lib.platforms.unix;
};
}

View File

@@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
description = "A library of lightweight, self-contained mathematics and statistics components";
maintainers = with stdenv.lib.maintainers; [ copumpkin ];
license = stdenv.lib.licenses.asl20;
platforms = with 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

@@ -22,5 +22,6 @@ stdenv.mkDerivation {
description = "GeoIP Java API";
license = stdenv.lib.licenses.lgpl21Plus;
maintainers = [ stdenv.lib.maintainers.sander ];
platforms = stdenv.lib.platforms.unix;
};
}

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

@@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
homepage = http://www.jflex.de/;
description = "Lexical analyzer generator for Java, written in Java";
license = stdenv.lib.licenses.bsd3;
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

@@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://www.zeromq.org";
description = "Java bindings for ZeroMQ";
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

@@ -53,5 +53,6 @@ stdenv.mkDerivation {
homepage = http://www.mozilla.org/rhino/;
license = with licenses; [ mpl11 /* or */ gpl2Plus ];
platforms = platforms.linux;
};
}

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

View File

@@ -69,5 +69,6 @@ in stdenv.mkDerivation rec {
description = "An widget toolkit for Java to access the user-interface facilities of the operating systems on which it is implemented";
license = licenses.epl10;
maintainers = with maintainers; [ pSub ];
platforms = with platforms; linux;
};
}