Unpacking jce requires zip
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
9131b45db4
commit
ac21aa9a82
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue