[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")
- branch gnome-team updated (20e3f3e115 -> 43cdc8a075), guix-commits, 2023/09/15
- 01/06: gnu: Remove libgweather4-with-libsoup2.,
guix-commits <=
- 05/06: gnu: gimp: Update to 2.10.34., guix-commits, 2023/09/15
- 03/06: gnu: cogl: Remove comment about reflecting changes in mutter., guix-commits, 2023/09/15
- 02/06: gnu: cogl: Fix double free., guix-commits, 2023/09/15
- 06/06: gnu: gegl: Use new style for inputs., guix-commits, 2023/09/15
- 04/06: gnu: gegl: Update to 0.4.46., guix-commits, 2023/09/15