meson: 0.63.0 → 0.63.1

https://github.com/mesonbuild/meson/compare/0.63.0...0.63.1
This commit is contained in:
Jan Tojnar 2022-08-15 14:36:50 +02:00
parent afb4471ac3
commit e442c9084b

View File

@ -10,11 +10,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "meson";
version = "0.63.0";
version = "0.63.1";
src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "sha256-O1HUUXRMK8cYOFJOyNls1PjEeT1bjV0NCpyKT3yUzW8=";
sha256 = "Bv4TKXIT1v8BIcXVqrJaVu+Tj/7FdBTtYIb9onLLZek=";
};
patches = [
@ -23,14 +23,6 @@ python3.pkgs.buildPythonApplication rec {
# https://github.com/mesonbuild/meson/pull/6827
./more-env-vars.patch
# Use more binutils variables, so we don't have to define them in stdenv.
# pr has been merged
# https://github.com/mesonbuild/meson/pull/10640
(fetchpatch {
url = "https://github.com/mesonbuild/meson/commit/8a8ab9a8e0c2cefb6faa0734e52803c74790576c.patch";
sha256 = "sha256-BdBf1NB4SZLFyFRDzD0p//XUgUeAHpo6XXUtsHdCgKE=";
})
# Unlike libtool, vanilla Meson does not pass any information
# about the path library will be installed to to g-ir-scanner,
# breaking the GIR when path other than ${!outputLib}/lib is used.