Unverified Commit e9d37419 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files
parent c76538ac
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  buildPackages,
  replaceVars,
  fetchurl,
  fetchpatch,
  pkg-config,
  docutils,
  gettext,
@@ -88,6 +89,12 @@ stdenv.mkDerivation (finalAttrs: {
    hash = "sha256-KHPykDCIpmxxFz6i7YX/riZqZrlyw6SEK7svbxh+wVM=";
  };

  # TODO: make it unconditional on rebuild, drop on version >= 4.20.4
  patches = lib.optional stdenv.hostPlatform.is32bit (fetchpatch {
    url = "https://gitlab.gnome.org/GNOME/gtk/-/commit/3b7ed49f26700c65fa9c6f41cf40d4fd5f921756.diff";
    hash = "sha256-P6cE7fnR5W+H0EWQWJ3hYSu4MwMygPIfS6e0IiXlQv8=";
  });

  depsBuildBuild = [
    pkg-config
  ];