Skip to content

Commit

Permalink
Merge pull request #187200 from LibreCybernetics/babl-fix
Browse files Browse the repository at this point in the history
[staging-next] babl: fix compilation with meson 0.63
  • Loading branch information
jtojnar authored Aug 18, 2022
2 parents 87085e3 + a1d817e commit 07b19b3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/development/libraries/babl/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{ stdenv
, lib
, fetchpatch
, fetchurl
, meson
, ninja
Expand All @@ -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
Expand Down

0 comments on commit 07b19b3

Please sign in to comment.