Merge pull request #271963 from adisbladis/python3-pkgs-meson-overridepythonattrs
python3.pkgs.meson: Use overridePythonAttrs
This commit is contained in:
commit
d8eabc44c3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}));
|
||||
|
|
Loading…
Reference in a new issue