~ruther/guix-local

4ebc426602253490a25a4b567e2ac3b88192a3da — Liliana Marie Prikler 2 years ago 20e3f3e
gnu: Remove libgweather4-with-libsoup2.

It no longer has any dependents other than itself.

* gnu/packages/gnome.scm (libgweather4-with-libsoup2): Delete variable.
1 files changed, 0 insertions(+), 12 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +0 -12
@@ 5899,18 5899,6 @@ services for numerous locations.")
           libsoup
           libxml2))))

(define-public libgweather4-with-libsoup2
  (package
    (inherit libgweather4)
    (name "libgweather4-with-libsoup2")
    (arguments (substitute-keyword-arguments (package-arguments libgweather4)
                 ((#:configure-flags flags)
                  #~(cons "-Dsoup2=true" #$flags))))
    (propagated-inputs
     (modify-inputs (package-propagated-inputs libgweather4)
       (replace "geocode-glib" geocode-glib-with-libsoup2)
       (replace "libsoup" libsoup-minimal-2)))))

(define-public gnome-settings-daemon
  (package
    (name "gnome-settings-daemon")