about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorWORLDofPEACE <worldofpeace@protonmail.ch>2020-09-02 08:53:24 -0400
committerGitHub <noreply@github.com>2020-09-02 08:53:24 -0400
commit31008a8f1578e7f937c3fd827e58818a45a92c89 (patch)
tree6aa21a9066c7f64597a7dd63ec7f566253ccd2d2 /nixos
parent18348c7829ae93ebe436497ca7ad96cdb8d39935 (diff)
parent77293baff00ba0d81e310a4fe9d96bb16578bf5f (diff)
Merge pull request #96937 from jtojnar/drop-strigi
strigi: drop
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/programs/environment.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/programs/environment.nix b/nixos/modules/programs/environment.nix
index 38bdabb4fa812..8877356360a5b 100644
--- a/nixos/modules/programs/environment.nix
+++ b/nixos/modules/programs/environment.nix
@@ -33,7 +33,6 @@ in
       { PATH = [ "/bin" ];
         INFOPATH = [ "/info" "/share/info" ];
         KDEDIRS = [ "" ];
-        STRIGI_PLUGIN_PATH = [ "/lib/strigi/" ];
         QT_PLUGIN_PATH = [ "/lib/qt4/plugins" "/lib/kde4/plugins" ];
         QTWEBKIT_PLUGIN_PATH = [ "/lib/mozilla/plugins/" ];
         GTK_PATH = [ "/lib/gtk-2.0" "/lib/gtk-3.0" ];