diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-11-22 23:17:53 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-11-22 23:50:55 +0100 |
commit | 9404cd33010daa893cd054d6adae07f54e19ba89 (patch) | |
tree | 970630fca596b8019686744f052e3564b4847ecd | |
parent | 98eca86435147ffa53314614a1c2a5df1929192c (diff) | |
download | guix-9404cd33010daa893cd054d6adae07f54e19ba89.tar.gz guix-9404cd33010daa893cd054d6adae07f54e19ba89.zip |
gnu: libmateweather: Build with libsoup 2.
* gnu/packages/mate.scm (libmateweather)[propagated-inputs]: Change
LIBSOUP to LIBSOUP-MINIMAL-2.
-rw-r--r-- | gnu/packages/mate.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index 41165e8de7..7f1c87f46a 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -289,7 +289,7 @@ desktop and the mate-about program.") ("tzdata" ,tzdata))) (propagated-inputs ;; both of these are requires.private in mateweather.pc - `(("libsoup" ,libsoup) + `(("libsoup-minimal" ,libsoup-minimal-2) ("libxml2" ,libxml2))) (home-page "https://mate-desktop.org/") (synopsis "MATE library for weather information from the Internet") |