Unverified Commit 80dd7b26 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #309290 from eclairevoyant/font-manager-fix

font-manager: fix build with newer vala
parents a91ef9ed 9c4bbf09
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
, gtk3
, gnome
, desktop-file-utils
, fetchpatch2
, wrapGAppsHook3
, gobject-introspection
# withWebkit enables the "webkit" feature, also known as Google Fonts
@@ -33,6 +34,16 @@ stdenv.mkDerivation rec {
    hash = "sha256-M13Q9d2cKhc0tudkvw0zgqPAFTlmXwK+LltXeuDPWxo=";
  };

  patches = [
    # see https://github.com/FontManager/font-manager/issues/355
    # should be removed on next release
    (fetchpatch2 {
      name = "fix-build-with-newer-vala.patch";
      url = "https://github.com/FontManager/font-manager/commit/600f498946c3904064b4e4fdf96e5841f6a827e4.patch";
      hash = "sha256-DC9+pvG88t+PPdGQ2oemeEYK9PaD0C2yWBYYCh4Wn9g=";
    })
  ];

  nativeBuildInputs = [
    pkg-config
    meson