python.pkgs.rivet: add bindings for rivet
This commit is contained in:
parent
42eece04e4
commit
985f0ce15d
@ -11,8 +11,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postPatch = "patchShebangs ./src/Analyses/cat_with_lines";
|
postPatch = "patchShebangs ./src/Analyses/cat_with_lines";
|
||||||
|
|
||||||
pythonPath = []; # python wrapper support
|
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./darwin.patch # configure relies on impure sw_vers to -Dunix
|
./darwin.patch # configure relies on impure sw_vers to -Dunix
|
||||||
];
|
];
|
||||||
|
@ -17200,6 +17200,10 @@ in {
|
|||||||
|
|
||||||
readme_renderer = callPackage ../development/python-modules/readme_renderer { };
|
readme_renderer = callPackage ../development/python-modules/readme_renderer { };
|
||||||
|
|
||||||
|
rivet = disabledIf isPy3k (toPythonModule (pkgs.rivet.override {
|
||||||
|
python2 = python;
|
||||||
|
}));
|
||||||
|
|
||||||
rjsmin = callPackage ../development/python-modules/rjsmin { };
|
rjsmin = callPackage ../development/python-modules/rjsmin { };
|
||||||
|
|
||||||
pysolr = buildPythonPackage rec {
|
pysolr = buildPythonPackage rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user