treewide: Add lots of meta.platforms

Build-tested on x86_64 Linux & Mac.
This commit is contained in:
Tuomas Tynkkynen
2016-08-02 21:42:43 +03:00
parent 55b23aeff5
commit 21f17d69f6
890 changed files with 936 additions and 46 deletions
@@ -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;
};
}
+1
View File
@@ -21,5 +21,6 @@ stdenv.mkDerivation {
description = "Open Source J2EE application server";
license = licenses.lgpl21;
maintainers = [ maintainers.sander ];
platforms = platforms.unix;
};
}
+1
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;
};
}
+1
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;
};
}
@@ -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;
};
}