summaryrefslogtreecommitdiff
path: root/gnu/packages/gtk.scm
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@scratchpost.org>2017-01-16 16:27:51 +0100
committerDanny Milosavljevic <dannym@scratchpost.org>2017-01-16 16:27:51 +0100
commit8c6b077bfae3c257ad7b9967f63428f8504d61f0 (patch)
treef89a36abf3fa1302848ee9ea464921c0d0768a61 /gnu/packages/gtk.scm
parentb09903619f82c1561612602307c1ffe426ca74fd (diff)
downloadpatches-8c6b077bfae3c257ad7b9967f63428f8504d61f0.tar
patches-8c6b077bfae3c257ad7b9967f63428f8504d61f0.tar.gz
gnu: gdk-pixbuf: Make it reproducible.
Fixes <http://bugs.gnu.org/25414>. * gnu/packages/gtk.scm (gdk-pixbuf)[source](patches): New field.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r--gnu/packages/gtk.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index a506949aba..8f9d5f4786 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -433,7 +433,8 @@ highlighting and other features typical of a source code editor.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1v1rssjd8p5s3lymsfhiq5mbs2pc0h1r6jd0asrwdbrign7i68sj"))))
+ "1v1rssjd8p5s3lymsfhiq5mbs2pc0h1r6jd0asrwdbrign7i68sj"))
+ (patches (search-patches "gdk-pixbuf-list-dir.patch"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--with-x11")