diff options
author | Leo Famulari <leo@famulari.name> | 2021-11-24 17:42:26 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-11-24 17:45:01 -0500 |
commit | 5ee8a1d1e338072de9cbbb25aa07fd7976469c9c (patch) | |
tree | 02935fbad031ce3d029d17738216287a71b069d0 | |
parent | edb563d1366ffa90f8717e3682bf1f97c53af0c1 (diff) | |
download | guix-5ee8a1d1e338072de9cbbb25aa07fd7976469c9c.tar.gz guix-5ee8a1d1e338072de9cbbb25aa07fd7976469c9c.zip |
gnu: shotwell: Build with libsoup 2.
* gnu/packages/gnome.scm (shotwell)[inputs]: Remove libsoup@3. Replace
webkitgtk with webkitgtk-with-libsoup2.
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 492cebd304..9580ba6c66 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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 |