gtk3: 3.24.27 -> 3.24.30

drop json-glib from inputs
https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/3729
This commit is contained in:
Maxine Aubrey 2021-07-11 00:15:42 +02:00
parent 77e4ca2baf
commit 4164ca1b14
No known key found for this signature in database
GPG key ID: F6FE033DFCB899F7

View file

@ -25,7 +25,6 @@
, fribidi , fribidi
, xorg , xorg
, epoxy , epoxy
, json-glib
, libxkbcommon , libxkbcommon
, libxml2 , libxml2
, gmp , gmp
@ -60,7 +59,7 @@ in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gtk+3"; pname = "gtk+3";
version = "3.24.27"; version = "3.24.30";
outputs = [ "out" "dev" ] ++ lib.optional withGtkDoc "devdoc"; outputs = [ "out" "dev" ] ++ lib.optional withGtkDoc "devdoc";
outputBin = "dev"; outputBin = "dev";
@ -72,7 +71,7 @@ stdenv.mkDerivation rec {
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/gtk+/${lib.versions.majorMinor version}/gtk+-${version}.tar.xz"; url = "mirror://gnome/sources/gtk+/${lib.versions.majorMinor version}/gtk+-${version}.tar.xz";
sha256 = "09ksflq5j257bf5zn8q2nnf2flicg9qqgfy7za79z7rkf1shc77p"; sha256 = "sha256-unW//zIK0fTPvukrqBPsM2MizDxmDUBqrQFLBwh6O6k=";
}; };
patches = [ patches = [
@ -111,7 +110,6 @@ stdenv.mkDerivation rec {
buildInputs = [ buildInputs = [
libxkbcommon libxkbcommon
epoxy epoxy
json-glib
isocodes isocodes
] ++ lib.optionals stdenv.isDarwin [ ] ++ lib.optionals stdenv.isDarwin [
AppKit AppKit