Merge pull request #263667 from hacker1024/patch-6
jetbrains: Append Python to PATH rather than prepend
This commit is contained in:
commit
9dfa05ed19
1 changed files with 2 additions and 1 deletions
|
@ -120,7 +120,8 @@ with stdenv; lib.makeOverridable mkDerivation (rec {
|
|||
item=${desktopItem}
|
||||
|
||||
wrapProgram "$out/$pname/bin/${loName}.sh" \
|
||||
--prefix PATH : "$out/libexec/${pname}:${lib.makeBinPath [ jdk coreutils gnugrep which git python3 ]}" \
|
||||
--prefix PATH : "$out/libexec/${pname}:${lib.makeBinPath [ jdk coreutils gnugrep which git ]}" \
|
||||
--suffix PATH : "${lib.makeBinPath [ python3 ]}" \
|
||||
--prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath extraLdPath}" \
|
||||
${lib.concatStringsSep " " extraWrapperArgs} \
|
||||
--set-default JDK_HOME "$jdk" \
|
||||
|
|
Loading…
Reference in a new issue