mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 22:19:17 +03:00
Revert "Remove obsolete .../sbin directories from $PATH"
This reverts commit 98cedb3d22
.
This commit is contained in:
parent
75b527c1e1
commit
a9f2e107d0
2 changed files with 2 additions and 1 deletions
|
@ -108,6 +108,7 @@ in
|
||||||
"/info"
|
"/info"
|
||||||
"/lib"
|
"/lib"
|
||||||
"/man"
|
"/man"
|
||||||
|
"/sbin"
|
||||||
"/share/emacs"
|
"/share/emacs"
|
||||||
"/share/vim-plugins"
|
"/share/vim-plugins"
|
||||||
"/share/org"
|
"/share/org"
|
||||||
|
|
|
@ -39,7 +39,7 @@ in
|
||||||
|
|
||||||
# TODO: move most of these elsewhere
|
# TODO: move most of these elsewhere
|
||||||
environment.profileRelativeEnvVars =
|
environment.profileRelativeEnvVars =
|
||||||
{ PATH = [ "/bin" "/lib/kde4/libexec" ];
|
{ PATH = [ "/bin" "/sbin" "/lib/kde4/libexec" ];
|
||||||
INFOPATH = [ "/info" "/share/info" ];
|
INFOPATH = [ "/info" "/share/info" ];
|
||||||
PKG_CONFIG_PATH = [ "/lib/pkgconfig" ];
|
PKG_CONFIG_PATH = [ "/lib/pkgconfig" ];
|
||||||
TERMINFO_DIRS = [ "/share/terminfo" ];
|
TERMINFO_DIRS = [ "/share/terminfo" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue