Merge pull request #93011 from jtojnar/meson-0.55.0

This commit is contained in:
Jan Tojnar
2020-08-04 04:04:50 +02:00
committed by GitHub
3 changed files with 44 additions and 72 deletions
+1 -1
View File
@@ -4693,7 +4693,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.