Avoid using a global implicitly defined java binary

This commit is contained in:
Dario Bertini 2014-03-07 16:43:01 +01:00
parent 26d42a894a
commit eb8cf5427e
No known key found for this signature in database
GPG key ID: 7B498306B3BF75A0

View file

@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
mkdir $out/bin
cp resources/install/generic/run.sh $out/bin/jitsi
chmod +x $out/bin/jitsi
sed -i 's| java | ${jdk}/bin/java |' $out/bin/jitsi
patchShebangs $out
'';