me
/
guix
Archived
1
0
Fork 0

gnu: shotwell: Build with libsoup 2.

* gnu/packages/gnome.scm (shotwell)[inputs]: Remove libsoup@3. Replace
webkitgtk with webkitgtk-with-libsoup2.
master
Leo Famulari 2021-11-24 17:42:26 -05:00
parent edb563d136
commit 5ee8a1d1e3
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 2 deletions

View File

@ -7210,10 +7210,9 @@ metadata in photo and video files of various formats.")
("libgphoto2" ,libgphoto2)
("libgudev" ,libgudev)
("libraw" ,libraw)
("libsoup" ,libsoup)
("libxml2" ,libxml2)
("sqlite" ,sqlite)
("webkitgtk" ,webkitgtk)))
("webkitgtk" ,webkitgtk-with-libsoup2)))
(home-page "https://wiki.gnome.org/Apps/Shotwell")
(synopsis "Photo manager for GNOME 3")
(description