babl: fix compilation with meson 0.63

Upstream: https://gitlab.gnome.org/GNOME/babl/-/merge_requests/45/

Hydra: https://hydra.nixos.org/build/187630400
This commit is contained in:
Fabián Heredia Montiel 2022-08-17 20:07:59 -05:00
parent 7b5c82c518
commit a1d817e29f

View File

@ -1,5 +1,6 @@
{ stdenv
, lib
, fetchpatch
, fetchurl
, meson
, ninja
@ -20,6 +21,13 @@ stdenv.mkDerivation rec {
sha256 = "sha256-9mdzUCiUS2N1rRjxYKZM65P1x9zKqdh1HeNZd3SIosE=";
};
patches = [
(fetchpatch {
url = "https://gitlab.gnome.org/GNOME/babl/-/commit/b05b2826365a7dbc6ca1bf0977b848055cd0cbb6.patch";
hash = "sha256-zyDOc6FcVyZeMij1XjJ46XXWLO5MMz9ZqLKjjT6VSCI=";
})
];
nativeBuildInputs = [
meson
ninja