3
0
Fork 0
forked from mirrors/nixpkgs

Unpacking jce requires zip

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy 2013-12-09 13:25:07 -05:00
parent 9131b45db4
commit ac21aa9a82

View file

@ -1,6 +1,7 @@
{ swingSupport ? true
, stdenv
, requireFile
, unzip
, xlibs ? null
, installjdk ? true
, pluginSupport ? true
@ -54,6 +55,8 @@ stdenv.mkDerivation {
else
abort "jdk requires i686-linux or x86_64 linux";
buildInputs = if installjce then [ unzip ] else [];
installPhase = ''
cd ..
if test -z "$installjdk"; then