diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2017-01-16 16:27:51 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2017-01-16 16:27:51 +0100 |
commit | 8c6b077bfae3c257ad7b9967f63428f8504d61f0 (patch) | |
tree | f89a36abf3fa1302848ee9ea464921c0d0768a61 /gnu/packages/gtk.scm | |
parent | b09903619f82c1561612602307c1ffe426ca74fd (diff) | |
download | guix-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.scm | 3 |
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") |