guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: gtranslator: Fix compilation.


From: guix-commits
Subject: 02/04: gnu: gtranslator: Fix compilation.
Date: Sat, 4 Dec 2021 16:40:16 -0500 (EST)

civodul pushed a commit to branch core-updates-frozen
in repository guix.

commit d4c4348d83e774017dce5b6163a05689a280f733
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Dec 4 22:01:24 2021 +0100

    gnu: gtranslator: Fix compilation.
    
    * gnu/packages/gnome.scm (gtranslator)[inputs]: Replace LIBSOUP with
    LIBSOUP-MINIMAL-2.
    [arguments]: Pass #:meson.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1685470..3acb3e7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12799,7 +12799,7 @@ your data.")
        ("gspell" ,gspell)
        ("libdazzle" ,libdazzle)
        ("libgda" ,libgda)
-       ("libsoup" ,libsoup)))
+       ("libsoup" ,libsoup-minimal-2)))
     (native-inputs
      `(("glib:bin" ,glib "bin")
        ("itstool" ,itstool)
@@ -12807,7 +12807,8 @@ your data.")
     (propagated-inputs
      `(("gtksourceview" ,gtksourceview))) ; required for source view
     (arguments
-     `(#:build-type "release"
+     `(#:meson ,meson-0.59
+       #:build-type "release"
        #:glib-or-gtk? #t
        #:phases
        (modify-phases %standard-phases



reply via email to

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