mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 13:17:10 -05:00
gnu: shotwell: Build with libsoup 2.
* gnu/packages/gnome.scm (shotwell)[inputs]: Remove libsoup@3. Replace webkitgtk with webkitgtk-with-libsoup2.
This commit is contained in:
parent
edb563d136
commit
5ee8a1d1e3
1 changed files with 1 additions and 2 deletions
|
@ -7210,10 +7210,9 @@ (define-public shotwell
|
||||||
("libgphoto2" ,libgphoto2)
|
("libgphoto2" ,libgphoto2)
|
||||||
("libgudev" ,libgudev)
|
("libgudev" ,libgudev)
|
||||||
("libraw" ,libraw)
|
("libraw" ,libraw)
|
||||||
("libsoup" ,libsoup)
|
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("sqlite" ,sqlite)
|
("sqlite" ,sqlite)
|
||||||
("webkitgtk" ,webkitgtk)))
|
("webkitgtk" ,webkitgtk-with-libsoup2)))
|
||||||
(home-page "https://wiki.gnome.org/Apps/Shotwell")
|
(home-page "https://wiki.gnome.org/Apps/Shotwell")
|
||||||
(synopsis "Photo manager for GNOME 3")
|
(synopsis "Photo manager for GNOME 3")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue