me
/
guix
Archived
1
0
Fork 0

gnu: Remove libgweather4-with-libsoup2.

It no longer has any dependents other than itself.

* gnu/packages/gnome.scm (libgweather4-with-libsoup2): Delete variable.
master
Liliana Marie Prikler 2023-09-02 11:15:00 +02:00
parent 20e3f3e115
commit 4ebc426602
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 0 additions and 12 deletions

View File

@ -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")