Commit 8d135ac8 authored by adisbladis's avatar adisbladis
Browse files

python3.pkgs.meson: Use overridePythonAttrs

parent 72061433
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
    }));