python3Packages.adblock: init at 0.4.0 (#108271)

This packages python bindings to Brave's Rust adblock library. These
will be used in the upcoming qutebrowser version 2.0.0 for more granular
adblocking.
This commit is contained in:
Milan
2021-01-04 14:45:30 +01:00
committed by GitHub
parent 1bf12e37b3
commit e326297f6c
2 changed files with 67 additions and 0 deletions
+4
View File
@@ -167,6 +167,10 @@ in {
adb-shell = callPackage ../development/python-modules/adb-shell { };
adblock = callPackage ../development/python-modules/adblock {
inherit (pkgs.darwin.apple_sdk.frameworks) CoreFoundation Security;
};
addic7ed-cli = callPackage ../development/python-modules/addic7ed-cli { };
adguardhome= callPackage ../development/python-modules/adguardhome { };