about summary refs log tree commit diff
path: root/pkgs/top-level/python-packages.nix
diff options
context:
space:
mode:
authorAugustin Trancart <augustin.trancart@oslandia.com>2024-06-20 18:34:35 +0200
committerAugustin Trancart <augustin.trancart@oslandia.com>2024-06-20 19:05:42 +0200
commite7fd430bd4d3d192c784828d6896e78b4d122603 (patch)
treefbc3d2a3c5b0dcd9621629952533e9a0068027ad /pkgs/top-level/python-packages.nix
parenta9ecafce3265d56a92076b24739d34436ee792af (diff)
python3Packages.mathutils: init at 3.3.0
The main motivation is to fix ifcopenshell packages, because mathutils
is now a dependency.
Diffstat (limited to 'pkgs/top-level/python-packages.nix')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 42562f4c3244c..090a68fe57dd0 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -7293,6 +7293,8 @@ self: super: with self; {
 
   mathlibtools = callPackage ../development/python-modules/mathlibtools { };
 
+  mathutils = callPackage ../development/python-modules/mathutils { };
+
   matlink-gpapi = callPackage ../development/python-modules/matlink-gpapi { };
 
   matplotlib = callPackage ../development/python-modules/matplotlib {