Merge pull request #120524 from veprbl/pr/fastnlo_2411

fastnlo_toolkit: 2.3.1pre-2402 -> 2.3.1pre-2411, enable python, rename
This commit is contained in:
Dmitry Kalinkin
2021-05-07 11:48:33 -04:00
committed by GitHub
4 changed files with 25 additions and 13 deletions
+5
View File
@@ -2303,6 +2303,11 @@ in {
fastjsonschema = callPackage ../development/python-modules/fastjsonschema { };
fastnlo_toolkit = toPythonModule (pkgs.fastnlo_toolkit.override {
withPython = true;
inherit python;
});
fastpair = callPackage ../development/python-modules/fastpair { };
fastparquet = callPackage ../development/python-modules/fastparquet { };