guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: gnu: Remove libgweather4-with-libsoup2.


From: guix-commits
Subject: 01/06: gnu: Remove libgweather4-with-libsoup2.
Date: Fri, 15 Sep 2023 12:13:06 -0400 (EDT)

lilyp pushed a commit to branch gnome-team
in repository guix.

commit 4ebc426602253490a25a4b567e2ac3b88192a3da
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Sep 2 11:15:00 2023 +0200

    gnu: Remove libgweather4-with-libsoup2.
    
    It no longer has any dependents other than itself.
    
    * gnu/packages/gnome.scm (libgweather4-with-libsoup2): Delete variable.
---
 gnu/packages/gnome.scm | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ad118090eb..1f52ca6dc4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]