Unpacking jce requires zip
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
9131b45db4
commit
ac21aa9a82
@ -1,6 +1,7 @@
|
|||||||
{ swingSupport ? true
|
{ swingSupport ? true
|
||||||
, stdenv
|
, stdenv
|
||||||
, requireFile
|
, requireFile
|
||||||
|
, unzip
|
||||||
, xlibs ? null
|
, xlibs ? null
|
||||||
, installjdk ? true
|
, installjdk ? true
|
||||||
, pluginSupport ? true
|
, pluginSupport ? true
|
||||||
@ -54,6 +55,8 @@ stdenv.mkDerivation {
|
|||||||
else
|
else
|
||||||
abort "jdk requires i686-linux or x86_64 linux";
|
abort "jdk requires i686-linux or x86_64 linux";
|
||||||
|
|
||||||
|
buildInputs = if installjce then [ unzip ] else [];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
cd ..
|
cd ..
|
||||||
if test -z "$installjdk"; then
|
if test -z "$installjdk"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user