guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: appstream-glib: Remove unused input.


From: guix-commits
Subject: 02/05: gnu: appstream-glib: Remove unused input.
Date: Wed, 13 May 2020 11:55:25 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ff229e6c465fab13c27900874f3799b7baf0dee2
Author: Marius Bakke <address@hidden>
AuthorDate: Wed May 13 16:15:30 2020 +0200

    gnu: appstream-glib: Remove unused input.
    
    * gnu/packages/glib.scm (appstream-glib)[inputs]: Remove LIBYAML.
---
 gnu/packages/glib.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 33da929..5e1b550 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -929,8 +929,7 @@ programming language.  It also contains the utility
        ("gtk+" ,gtk+)
        ("json-glib" ,json-glib)
        ("libarchive" ,libarchive)
-       ("libsoup" ,libsoup)
-       ("libyaml" ,libyaml)))
+       ("libsoup" ,libsoup)))
     (arguments
      `(#:configure-flags
        (list "-Ddep11=false"



reply via email to

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