guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: tracker-miners: Require the same libsoup as tracker.


From: guix-commits
Subject: 04/04: gnu: tracker-miners: Require the same libsoup as tracker.
Date: Sat, 13 Nov 2021 04:33:07 -0500 (EST)

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

commit b5941f7be80f142a5bcbdab317c0450c7afca84b
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Sat Nov 13 08:19:09 2021 +0000

    gnu: tracker-miners: Require the same libsoup as tracker.
    
    * gnu/packages/gnome.scm (tracker-miners)[inputs]: Use the same libsoup
    version as tracker.
    (tracker)[inputs]: Warn that tracker-miners should
    use the same version of libsoup.
    
    Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9d89a2a..9f323f7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8900,7 +8900,7 @@ easy, safe, and automatic.")
        ("libxml2" ,libxml2)
        ("icu4c" ,icu4c)                 ; libunistring gets miner-miner-fs 
test to fail.
        ("json-glib" ,json-glib)
-       ("libsoup" ,libsoup-minimal-2)))
+       ("libsoup" ,libsoup-minimal-2))) ; tracker-miners requires the same 
version.
     (synopsis "Metadata database, indexer and search tool")
     (home-page "https://wiki.gnome.org/Projects/Tracker";)
     (description
@@ -9019,7 +9019,7 @@ endpoint and it understands SPARQL. ")
        ("libosinfo" ,libosinfo)
        ("libpng" ,libpng)
        ("libseccomp" ,libseccomp)
-       ("libsoup" ,libsoup)
+       ("libsoup" ,libsoup-minimal-2) ; because tracker requires this version.
        ("libtiff" ,libtiff)
        ("libvorbis" ,libvorbis)
        ("libxml2" ,libxml2)



reply via email to

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