mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
python.pkgs.rivet: add bindings for rivet
This commit is contained in:
parent
42eece04e4
commit
985f0ce15d
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
];
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue