mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
openjdk: Override hardcoded zip
svn path=/nixpkgs/trunk/; revision=28046
This commit is contained in:
parent
6795da6837
commit
38c1179f56
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{ stdenv
|
||||
, fetchurl
|
||||
, unzip
|
||||
, zip
|
||||
, procps
|
||||
, coreutils
|
||||
, gnugrep
|
||||
|
@ -36,6 +37,7 @@ stdenv.mkDerivation rec {
|
|||
SED=${gnused}/bin/sed \
|
||||
ALSA_INCLUDE=${alsaLib}/include \
|
||||
HEAD=${coreutils}/bin/head \
|
||||
ZIPEXE=${zip}/bin/zip \
|
||||
CC=${stdenv.gcc}/bin/gcc
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue