openjdk: Add platforms meta attribute
svn path=/nixpkgs/trunk/; revision=28476
This commit is contained in:
parent
e6c6a9413c
commit
163260b946
@ -93,6 +93,8 @@ stdenv.mkDerivation rec {
|
|||||||
description = "The open-source Java Development Kit";
|
description = "The open-source Java Development Kit";
|
||||||
|
|
||||||
maintainers = [ stdenv.lib.maintainers.shlevy ];
|
maintainers = [ stdenv.lib.maintainers.shlevy ];
|
||||||
|
|
||||||
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user