Skip to content

Commit

Permalink
Merge pull request #322026 from PedroRegisPOAR/adds-glibcLocales-to-p…
Browse files Browse the repository at this point in the history
…ycharm-community

jetbrains.pycharm-community: adds glibcLocales to pycharm-community
  • Loading branch information
superherointj authored Jun 24, 2024
2 parents 3e78a3b + 426c92a commit 17abd6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/editors/jetbrains/bin/linux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
, python3
, autoPatchelfHook
, vmopts ? null
, glibcLocales
}:

{ pname
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 17abd6c

Please sign in to comment.