Merge pull request #23348 from Mounium/cytoscape

cytoscape: fixed issue with startup script
This commit is contained in:
Jörg Thalheim 2017-03-02 13:44:46 +01:00 committed by GitHub
commit d9b9f956c3

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
ln -s $out/share/cytoscape.sh $out/bin/cytoscape
wrapProgram $out/share/gen_vmoptions.sh \
wrapProgram $out/share/cytoscape.sh \
--set JAVA_HOME "${jre}" \
--set JAVA "${jre}/bin/java"