treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
This commit is contained in:
@@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://checkstyle.sourceforge.net/;
|
||||
license = licenses.lgpl21;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
platforms = with platforms; linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -18,5 +18,6 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = http://emma.sourceforge.net/;
|
||||
description = "A code coverage tool for Java";
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -38,5 +38,6 @@ stdenv.mkDerivation rec {
|
||||
description = "A static analysis tool to find bugs in Java programs automatically";
|
||||
homepage = http://findbugs.sourceforge.net/;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
platforms = with platforms; unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl2;
|
||||
|
||||
maintainers = [ maintainers.gal_bolle ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Scans Java source code and looks for potential problems";
|
||||
homepage = http://pmd.sourceforge.net/;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -29,5 +29,6 @@ stdenv.mkDerivation {
|
||||
description = "A semantic analysis tool for C";
|
||||
homepage = "http://smatch.sourceforge.net/";
|
||||
license = stdenv.lib.licenses.free; /* OSL, see http://www.opensource.org */
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user