Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

strigi: drop #96937

Merged
merged 1 commit into from Sep 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion nixos/modules/programs/environment.nix
Expand Up @@ -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" ];
Expand Down
43 changes: 0 additions & 43 deletions pkgs/development/libraries/strigi/default.nix

This file was deleted.

12 changes: 0 additions & 12 deletions pkgs/development/libraries/strigi/export_bufferedstream.patch

This file was deleted.

45 changes: 0 additions & 45 deletions pkgs/development/libraries/strigi/gcc6.patch

This file was deleted.

2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -15379,8 +15379,6 @@ in
streamlink = callPackage ../applications/video/streamlink { pythonPackages = python3Packages; };
streamlink-twitch-gui-bin = callPackage ../applications/video/streamlink-twitch-gui/bin.nix {};

strigi = callPackage ../development/libraries/strigi { clucene_core = clucene_core_2; };

subdl = callPackage ../applications/video/subdl { };

subtitleeditor = callPackage ../applications/video/subtitleeditor { enchant = enchant1; };
Expand Down