mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Revert inputs from gtk+-3 to gtk+-2.
* gnu/packages/cdrom.scm (dvdisaster): Replace input gtk+ by gtk+-2. * gnu/packages/emacs.scm (emacs): Replace input gtk+ by gtk+-2. * gnu/packages/geeqie.scm (geeqie): Replace input gtk+ by gtk+-2. * gnu/packages/gkrellm.scm (gkrellm): Replace input gtk+ by gtk+-2. * gnu/packages/mp3.scm (ripperx): Replace input gtk+ by gtk+-2. * gnu/packages/scheme.scm: Drop duplicate inclusion of module gtk.
This commit is contained in:
parent
1c8362a89e
commit
8b0275b644
6 changed files with 5 additions and 6 deletions
|
@ -76,7 +76,7 @@ and XMP metadata of images in various formats.")
|
|||
("lcms" ,lcms)
|
||||
("exiv2" ,exiv2)
|
||||
("libpng" ,libpng)
|
||||
("gtk+" ,gtk+)
|
||||
("gtk+" ,gtk+-2)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(home-page "http://geeqie.sourceforge.net")
|
||||
(synopsis "Lightweight GTK+ based image viewer")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue