python3Packages.meshtastic: init at 1.2.30

This commit is contained in:
Fabian Affolter
2021-04-26 20:06:04 +02:00
parent dd1ca470db
commit 4832930b8d
2 changed files with 59 additions and 0 deletions
+2
View File
@@ -4111,6 +4111,8 @@ in {
meshlabxml = callPackage ../development/python-modules/meshlabxml { };
meshtastic = callPackage ../development/python-modules/meshtastic { };
meson = toPythonModule ((pkgs.meson.override { python3 = python; }).overrideAttrs
(oldAttrs: { # We do not want the setup hook in Python packages because the build is performed differently.
setupHook = null;