treewide: Add lots of platforms to packages with no meta
Build-tested on x86_64 Linux and on Darwin.
This commit is contained in:
@@ -8,4 +8,8 @@ stdenv.mkDerivation {
|
||||
url = http://www.jdom.org/dist/binary/jdom-1.0.tar.gz;
|
||||
md5 = "ce29ecc05d63fdb419737fd00c04c281";
|
||||
};
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user