python3.pkgs.meson: Use overridePythonAttrs

This commit is contained in:
adisbladis 2023-12-04 15:40:39 +13:00
parent 72061433dd
commit 8d135ac86b

View File

@ -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;
}));