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

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