From 426c92a494bdef08adb46606bccb6f257255725e Mon Sep 17 00:00:00 2001 From: "Pedro O. A. Regis" Date: Sun, 23 Jun 2024 16:37:17 -0300 Subject: jetbrains.pycharm-community: adds glibcLocales to pycharm-community --- pkgs/applications/editors/jetbrains/bin/linux.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/applications/editors') diff --git a/pkgs/applications/editors/jetbrains/bin/linux.nix b/pkgs/applications/editors/jetbrains/bin/linux.nix index 1effb9def0079..d9f0391ba8daa 100644 --- a/pkgs/applications/editors/jetbrains/bin/linux.nix +++ b/pkgs/applications/editors/jetbrains/bin/linux.nix @@ -16,6 +16,7 @@ , python3 , autoPatchelfHook , vmopts ? null +, glibcLocales }: { pname @@ -112,6 +113,7 @@ with stdenv; lib.makeOverridable mkDerivation (rec { --set-default JAVA_HOME "$jdk" \ --set-default JETBRAINS_CLIENT_JDK "$jdk" \ --set-default ${hiName}_JDK "$jdk" \ + --set-default LOCALE_ARCHIVE "${glibcLocales}/lib/locale/locale-archive" \ --set-default ${hiName}_VM_OPTIONS ${vmoptsFile} ln -s "$out/$pname/bin/${loName}.sh" $out/bin/$pname -- cgit 1.4.1