Skip to content

Commit

Permalink
gtk4: 4.12.3 → 4.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Dec 2, 2023
1 parent 8f7dd88 commit 325920e
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions pkgs/development/libraries/gtk/4.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
, buildPackages
, substituteAll
, fetchurl
, fetchpatch
, pkg-config
, gettext
, graphene
Expand Down Expand Up @@ -69,7 +68,7 @@ in

stdenv.mkDerivation rec {
pname = "gtk4";
version = "4.12.3";
version = "4.12.4";

outputs = [ "out" "dev" ] ++ lib.optionals x11Support [ "devdoc" ];
outputBin = "dev";
Expand All @@ -81,19 +80,12 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "mirror://gnome/sources/gtk/${lib.versions.majorMinor version}/gtk-${version}.tar.xz";
sha256 = "FIziYvbIZIdFX7HZeTw/WLw+HaR3opYX+tsEIPWHCok=";
sha256 = "umfGSY5Vmfko7a+54IoyCt+qUKsvDab8arIlL8LVdSA=";
};

patches = [
# https://github.com/NixOS/nixpkgs/pull/218143#issuecomment-1501059486
./patches/4.0-fix-darwin-build.patch

# gdk: Fix compilation on macos
# https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/6208
(fetchpatch {
url = "https://gitlab.gnome.org/GNOME/gtk/-/commit/aa888c0b3f775776fe3b71028396b7a8c6adb1d6.patch";
sha256 = "sha256-Jw6BvWDX0wIs4blUiX3qdQCR574yhcaO06Vy/IqfbJo=";
})
];

depsBuildBuild = [
Expand Down

0 comments on commit 325920e

Please sign in to comment.