hepmc3: add python support

This commit is contained in:
Dmitry Kalinkin
2020-03-24 12:32:55 -07:00
committed by Jon
parent 1630cdd085
commit 61bc9e12a4
3 changed files with 19 additions and 4 deletions
+4
View File
@@ -2256,6 +2256,10 @@ in {
jsonrpc-websocket = callPackage ../development/python-modules/jsonrpc-websocket { };
hepmc3 = toPythonModule (pkgs.hepmc3.override {
inherit python;
});
onkyo-eiscp = callPackage ../development/python-modules/onkyo-eiscp { };
tablib = callPackage ../development/python-modules/tablib { };