From 5780c70ee27b511f49140dbcb3b2739de4ca27ef Mon Sep 17 00:00:00 2001 From: James Ward Date: Wed, 14 Aug 2024 23:06:24 -0600 Subject: [PATCH] use native launchers --- pkgs/applications/editors/jetbrains/bin/linux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/jetbrains/bin/linux.nix b/pkgs/applications/editors/jetbrains/bin/linux.nix index 87c599898e90..bb98d08f2d93 100644 --- a/pkgs/applications/editors/jetbrains/bin/linux.nix +++ b/pkgs/applications/editors/jetbrains/bin/linux.nix @@ -117,7 +117,7 @@ with stdenv; lib.makeOverridable mkDerivation (rec { --set-default LOCALE_ARCHIVE "${glibcLocales}/lib/locale/locale-archive" \ --set-default ${vmoptsIDE}_VM_OPTIONS ${vmoptsFile} - ln -s "$out/$pname/bin/${loName}.sh" $out/bin/$pname + ln -s "$out/$pname/bin/${loName}" $out/bin/$pname rm -rf $out/$pname/plugins/remote-dev-server/selfcontained/ echo -e '#!/usr/bin/env bash\n'"$out/$pname/bin/remote-dev-server.sh"' "$@"' > $out/$pname/bin/remote-dev-server-wrapped.sh chmod +x $out/$pname/bin/remote-dev-server-wrapped.sh