mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00: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
@ -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…
Reference in New Issue
Block a user