guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: appstream: Link against libsoup 2.


From: guix-commits
Subject: 05/07: gnu: appstream: Link against libsoup 2.
Date: Thu, 18 Nov 2021 09:49:59 -0500 (EST)

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

commit 62b93a5c9f3ce42c9a550908cff540952f1673ee
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Nov 18 15:38:32 2021 +0100

    gnu: appstream: Link against libsoup 2.
    
    This version of AppStream fails to build against libsoup 3.x.
    
    * gnu/packages/freedesktop.scm (appstream)[inputs]: Replace LIBSOUP by
    LIBSOUP-MINIMAL-2.
---
 gnu/packages/freedesktop.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 003da5c..d1cfad3 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
 ;;; Copyright © 2015, 2017 Andy Wingo <wingo@pobox.com>
-;;; Copyright © 2015, 2016, 2017, 2019 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2015-2017, 2019, 2021 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2015, 2017, 2018, 2019, 2021 Ricardo Wurmus 
<rekado@elephly.net>
 ;;; Copyright © 2015 David Hashe <david.hashe@dhashe.com>
 ;;; Copyright © 2016, 2017, 2019, 2021 Efraim Flashner <efraim@flashner.co.il>
@@ -191,7 +191,7 @@
        ("python" ,python-wrapper)
        ("xsltproc" ,libxslt)))
     (inputs
-     `(("libsoup" ,libsoup)
+     `(("libsoup-minimal" ,libsoup-minimal-2)
        ("libstemmer" ,libstemmer)
        ("libxml2" ,libxml2)
        ("libyaml" ,libyaml)



reply via email to

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