mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
openjdk: Override hardcoded zip
svn path=/nixpkgs/trunk/; revision=28046
This commit is contained in:
parent
6795da6837
commit
38c1179f56
@ -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 New Issue
Block a user