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

python3.pkgs.meson: Use overridePythonAttrs
This commit is contained in:
adisbladis 2024-02-17 21:15:50 +13:00 committed by GitHub
commit d8eabc44c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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