treewide: Add lots of meta.platforms

Build-tested on x86_64 Linux & Mac.
This commit is contained in:
Tuomas Tynkkynen
2016-08-02 20:50:55 +03:00
parent 55b23aeff5
commit 21f17d69f6
890 changed files with 936 additions and 46 deletions

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

@@ -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

@@ -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

@@ -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

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

View File

@@ -67,5 +67,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;
};
}