python3Packages.recoll: init

Also move some stuff to recoll's nativeBuildInputs.
This commit is contained in:
Robert Schütz
2021-04-05 15:08:25 +02:00
parent 435128bee8
commit af9ea7040c
2 changed files with 10 additions and 4 deletions
+4
View File
@@ -7164,6 +7164,10 @@ in {
recaptcha_client = callPackage ../development/python-modules/recaptcha_client { };
recoll = disabledIf (!isPy3k) (toPythonModule (pkgs.recoll.override {
python3Packages = self;
}));
recommonmark = callPackage ../development/python-modules/recommonmark { };
redbaron = callPackage ../development/python-modules/redbaron { };