graalvm8: dontFixup = true

This commit is contained in:
volth 2018-03-14 09:29:02 +00:00 committed by GitHub
parent a12ad22c2c
commit 619af3dc1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,6 +116,7 @@ in rec {
mv jdk1.8.0_*/linux-amd64/product $out mv jdk1.8.0_*/linux-amd64/product $out
find $out -type f -exec sed -i "s#${oraclejdk8}#$out#g" {} \; find $out -type f -exec sed -i "s#${oraclejdk8}#$out#g" {} \;
''; '';
dontFixup = true; # do not nuke path of ffmpeg etc
dontStrip = true; # why? see in oraclejdk derivation dontStrip = true; # why? see in oraclejdk derivation
inherit (oraclejdk8) meta; inherit (oraclejdk8) meta;
}; };
@ -174,6 +175,7 @@ in rec {
--replace file:/dev/random file:/dev/./urandom \ --replace file:/dev/random file:/dev/./urandom \
--replace NativePRNGBlocking SHA1PRNG --replace NativePRNGBlocking SHA1PRNG
''; '';
dontFixup = true; # do not nuke path of ffmpeg etc
dontStrip = true; # why? see in oraclejdk derivation dontStrip = true; # why? see in oraclejdk derivation
doInstallCheck = true; doInstallCheck = true;
installCheckPhase = '' installCheckPhase = ''