gnu: geeqie: Use GTK+ 3.

* gnu/packages/image-viewers.scm (geeqie)[inputs]: Replace gtk+-2 with gtk+.
This commit is contained in:
Ricardo Wurmus 2019-01-23 21:42:48 +01:00
parent 027f97b13f
commit 5d3f16e438
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -144,7 +144,7 @@ (define (write-dummy-changelog port)
("lcms" ,lcms)
("exiv2" ,exiv2)
("libpng" ,libpng)
("gtk+" ,gtk+-2)))
("gtk+" ,gtk+)))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)