openjdk: Override hardcoded zip
svn path=/nixpkgs/trunk/; revision=28046
This commit is contained in:
parent
6795da6837
commit
38c1179f56
@ -1,6 +1,7 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, unzip
|
, unzip
|
||||||
|
, zip
|
||||||
, procps
|
, procps
|
||||||
, coreutils
|
, coreutils
|
||||||
, gnugrep
|
, gnugrep
|
||||||
@ -36,6 +37,7 @@ stdenv.mkDerivation rec {
|
|||||||
SED=${gnused}/bin/sed \
|
SED=${gnused}/bin/sed \
|
||||||
ALSA_INCLUDE=${alsaLib}/include \
|
ALSA_INCLUDE=${alsaLib}/include \
|
||||||
HEAD=${coreutils}/bin/head \
|
HEAD=${coreutils}/bin/head \
|
||||||
|
ZIPEXE=${zip}/bin/zip \
|
||||||
CC=${stdenv.gcc}/bin/gcc
|
CC=${stdenv.gcc}/bin/gcc
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user