mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
environment: remove lib/kde4/libexec from PATH
kde4 is gone and does need to be in $PATH anymore by default
This commit is contained in:
parent
948488343b
commit
6ad804324f
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ in
|
|||
|
||||
# TODO: move most of these elsewhere
|
||||
environment.profileRelativeEnvVars =
|
||||
{ PATH = [ "/bin" "/sbin" "/lib/kde4/libexec" ];
|
||||
{ PATH = [ "/bin" "/sbin" ];
|
||||
INFOPATH = [ "/info" "/share/info" ];
|
||||
PKG_CONFIG_PATH = [ "/lib/pkgconfig" ];
|
||||
TERMINFO_DIRS = [ "/share/terminfo" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue