mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
run: don't set LD_LIBRARY_PATH
This commit is contained in:
parent
4e551fbbc8
commit
72a3790b64
1 changed files with 0 additions and 1 deletions
|
@ -116,7 +116,6 @@ struct CmdShell : InstallablesCommand, MixEnvironment
|
|||
, { "GTK_PATH", "/lib/gtk-3.0" } // TODO: gtk-2.0, gtk-4.0 support
|
||||
, { "INFOPATH", "/share/info" }
|
||||
, { "LADSPA_PATH", "/lib/ladspa" }
|
||||
, { "LD_LIBRARY_PATH", "/lib" }
|
||||
, { "LIBEXEC_PATH", "/libexec" }
|
||||
, { "LV2_PATH", "/lib/lv2" }
|
||||
, { "MOZ_PLUGIN_PATH", "/lib/mozilla/plugins" }
|
||||
|
|
Loading…
Reference in a new issue