mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
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 LD_LIBRARY_PATH=${glib}/lib:${gtk}/lib:${libXtst}/lib
|
||||
|
||||
$out/eclipse/eclipse "$@"
|
||||
$out/eclipse/eclipse "\$@"
|
||||
EOF
|
||||
|
||||
chmod 755 $out/bin/eclipse
|
||||
|
Loading…
Reference in New Issue
Block a user