python.pkgs.rivet: add bindings for rivet

This commit is contained in:
Frederik Rietdijk 2017-11-11 13:54:42 +01:00
parent 42eece04e4
commit 985f0ce15d
2 changed files with 4 additions and 2 deletions

View File

@ -11,8 +11,6 @@ stdenv.mkDerivation rec {
postPatch = "patchShebangs ./src/Analyses/cat_with_lines";
pythonPath = []; # python wrapper support
patches = [
./darwin.patch # configure relies on impure sw_vers to -Dunix
];

View File

@ -17200,6 +17200,10 @@ in {
readme_renderer = callPackage ../development/python-modules/readme_renderer { };
rivet = disabledIf isPy3k (toPythonModule (pkgs.rivet.override {
python2 = python;
}));
rjsmin = callPackage ../development/python-modules/rjsmin { };
pysolr = buildPythonPackage rec {