Merge pull request #161955 from primeos/chromium
chromium: Suffix instead of prefix ${xdg-utils}/bin to $PATH
This commit is contained in:
commit
71b7694016
1 changed files with 2 additions and 2 deletions
|
@ -207,8 +207,8 @@ in stdenv.mkDerivation {
|
||||||
|
|
||||||
export XDG_DATA_DIRS=$XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH\''${XDG_DATA_DIRS:+:}\$XDG_DATA_DIRS
|
export XDG_DATA_DIRS=$XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH\''${XDG_DATA_DIRS:+:}\$XDG_DATA_DIRS
|
||||||
|
|
||||||
# Mainly for xdg-open but also other xdg-* tools:
|
# Mainly for xdg-open but also other xdg-* tools (this is only a fallback; \$PATH is suffixed so that other implementations can be used):
|
||||||
export PATH="${xdg-utils}/bin\''${PATH:+:}\$PATH"
|
export PATH="\$PATH\''${PATH:+:}${xdg-utils}/bin"
|
||||||
|
|
||||||
.
|
.
|
||||||
w
|
w
|
||||||
|
|
Loading…
Reference in a new issue