aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gtk.scm
diff options
context:
space:
mode:
authorLiliana Marie Prikler <liliana.prikler@gmail.com>2023-03-30 20:41:59 +0200
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2023-04-30 12:35:01 +0200
commit289f7a47de00480d5fdb7b9c1bba2dd0d97ef4bc (patch)
tree0deaa9c83eac3047244ff2a93f5553578c111b9d /gnu/packages/gtk.scm
parent2a911cd34ce454bc13255526059416947a9fd9f0 (diff)
downloadguix-289f7a47de00480d5fdb7b9c1bba2dd0d97ef4bc.tar
guix-289f7a47de00480d5fdb7b9c1bba2dd0d97ef4bc.tar.gz
gnu: gtk+-2: Fix build by hardening list store.
* gnu/packages/patches/gtk2-harden-list-store.patch: New file. * gnu/packages/gtk.scm (gtk+-2)[patches]: Add it here. * gnu/local.mk (dist_patch_DATA): Register it here.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r--gnu/packages/gtk.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 8ea84dbe3c..b45c1466ef 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -897,6 +897,7 @@ is part of the GNOME accessibility project.")
"1nn6kks1zyvb5xikr9y2k7r9bwjy1g4b0m0s66532bclymbwfamc"))
(patches (search-patches "gtk2-respect-GUIX_GTK2_PATH.patch"
"gtk2-respect-GUIX_GTK2_IM_MODULE_FILE.patch"
+ "gtk2-harden-list-store.patch"
"gtk2-theme-paths.patch"
"gtk2-fix-builder-test.patch"))))
(build-system gnu-build-system)