Merge pull request #66356 from jonringer/add-python-xapian

pythonPackage.xapian: init at 1.4.12
This commit is contained in:
Marek Mahut
2019-08-24 12:27:38 +02:00
committed by GitHub
2 changed files with 45 additions and 0 deletions

View File

@@ -5051,6 +5051,8 @@ in {
xarray = callPackage ../development/python-modules/xarray { };
xapian = callPackage ../development/python-modules/xapian { xapian = pkgs.xapian; };
xlwt = callPackage ../development/python-modules/xlwt { };
xxhash = callPackage ../development/python-modules/xxhash { };