diff options
-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") |