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

@@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://modpython.org/;
description = "An Apache module that embeds the Python interpreter within the server";
platforms = stdenv.lib.platforms.unix;
};
}

View File

@@ -18,4 +18,8 @@ stdenv.mkDerivation rec {
'';
buildInputs = [ apacheHttpd jdk ];
meta = {
platforms = stdenv.lib.platforms.unix;
};
}

View File

@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
description = "A database that uses JSON for documents, JavaScript for MapReduce queries, and regular HTTP for an API";
homepage = "http://couchdb.apache.org";
license = licenses.asl20;
platform = platforms.all;
platforms = platforms.all;
maintainers = with maintainers; [ garbas ];
};
}

View File

@@ -21,5 +21,6 @@ stdenv.mkDerivation {
description = "Open Source J2EE application server";
license = licenses.lgpl21;
maintainers = [ maintainers.sander ];
platforms = platforms.unix;
};
}

View File

@@ -6,4 +6,8 @@ stdenv.mkDerivation {
builder = ./builder.sh;
inherit mysql_jdbc;
meta = {
platforms = stdenv.lib.platforms.unix;
};
}

View File

@@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
description = "Provides an interface to external programs that support the FastCGI interface";
license = licenses.bsd3;
maintainers = with maintainers; [ cstrahan ];
platforms = with platforms; unix;
};
}

View File

@@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
description = "Tiny/turbo/throttling HTTP server";
homepage = "http://www.acme.com/software/thttpd/";
license = stdenv.lib.licenses.bsd2;
platforms = stdenv.lib.platforms.linux;
};
}

View File

@@ -14,5 +14,6 @@ stdenv.mkDerivation rec {
meta = {
description = "Web Services / SOAP / WSDL engine, the successor to the widely used Apache Axis SOAP stack";
platforms = stdenv.lib.platforms.unix;
};
}

View File

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