Loading pkgs/development/libraries/gtk/4.x.nix +7 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ buildPackages, replaceVars, fetchurl, fetchpatch, pkg-config, docutils, gettext, Loading Loading @@ -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 ]; Loading Loading
pkgs/development/libraries/gtk/4.x.nix +7 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ buildPackages, replaceVars, fetchurl, fetchpatch, pkg-config, docutils, gettext, Loading Loading @@ -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 ]; Loading