pythonPackages.fastnlo_toolkit: init

This commit is contained in:
Dmitry Kalinkin
2021-05-01 14:38:48 -04:00
parent dd5c766078
commit 4c00f66ef6
2 changed files with 17 additions and 9 deletions
+5
View File
@@ -2373,6 +2373,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 { };