Unverified Commit d8eabc44 authored by adisbladis's avatar adisbladis Committed by GitHub
Browse files

Merge pull request #271963 from adisbladis/python3-pkgs-meson-overridepythonattrs

python3.pkgs.meson: Use overridePythonAttrs
parents 9503252b 8d135ac8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7039,7 +7039,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;
    }));