Merge pull request #135429 from VergeDX/zulu-fix
zulu: fix build on darwin
This commit is contained in:
commit
df69f08d9d
1 changed files with 2 additions and 2 deletions
|
@ -71,10 +71,10 @@ in stdenv.mkDerivation {
|
|||
installPhase = ''
|
||||
mkdir -p $out
|
||||
cp -r ./* "$out/"
|
||||
|
||||
'' + lib.optionalString stdenv.isLinux ''
|
||||
# jni.h expects jni_md.h to be in the header search path.
|
||||
ln -s $out/include/linux/*_md.h $out/include/
|
||||
|
||||
'' + ''
|
||||
mkdir -p $out/nix-support
|
||||
printWords ${setJavaClassPath} > $out/nix-support/propagated-build-inputs
|
||||
|
||||
|
|
Loading…
Reference in a new issue