Loading pkgs/top-level/python-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -6855,7 +6855,7 @@ self: super: with self; { meshtastic = callPackage ../development/python-modules/meshtastic { }; meson = toPythonModule ((pkgs.meson.override { python3 = python; }).overrideAttrs meson = toPythonModule ((pkgs.meson.override { python3 = python; }).overridePythonAttrs (oldAttrs: { # We do not want the setup hook in Python packages because the build is performed differently. setupHook = null; })); Loading Loading
pkgs/top-level/python-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -6855,7 +6855,7 @@ self: super: with self; { meshtastic = callPackage ../development/python-modules/meshtastic { }; meson = toPythonModule ((pkgs.meson.override { python3 = python; }).overrideAttrs meson = toPythonModule ((pkgs.meson.override { python3 = python; }).overridePythonAttrs (oldAttrs: { # We do not want the setup hook in Python packages because the build is performed differently. setupHook = null; })); Loading