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
+1 -1
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;
}));