meson: clean up

This commit is contained in:
Jan Tojnar
2020-07-12 19:56:24 +02:00
parent 8d05772134
commit c19222143e
2 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -4645,7 +4645,7 @@ in {
mesa = callPackage ../development/python-modules/mesa { };
meson = disabledIf (pythonOlder "3.5") (toPythonModule ((pkgs.meson.override {
python3Packages = self;
python3 = python;
}).overrideAttrs(oldAttrs: {
# We do not want the setup hook in Python packages
# because the build is performed differently.