Fixed command-line argument support for Eclipse wrapper script
svn path=/nixpkgs/trunk/; revision=15591
This commit is contained in:
parent
b506afc1a3
commit
b430c032fd
@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
|
|||||||
export PATH=${jre}/bin
|
export PATH=${jre}/bin
|
||||||
export LD_LIBRARY_PATH=${glib}/lib:${gtk}/lib:${libXtst}/lib
|
export LD_LIBRARY_PATH=${glib}/lib:${gtk}/lib:${libXtst}/lib
|
||||||
|
|
||||||
$out/eclipse/eclipse "$@"
|
$out/eclipse/eclipse "\$@"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
chmod 755 $out/bin/eclipse
|
chmod 755 $out/bin/eclipse
|
||||||
|
Loading…
x
Reference in New Issue
Block a user