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
];