guix-commits
[Top][All Lists]
Advanced

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

41/41: gnu: glabels: Build with librsvg-for-system.


From: guix-commits
Subject: 41/41: gnu: glabels: Build with librsvg-for-system.
Date: Mon, 14 Aug 2023 22:49:04 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 642ae73ec0c38ee4758ad9d39f16232c8945c6b6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Aug 15 02:19:50 2023 +0300

    gnu: glabels: Build with librsvg-for-system.
    
    * gnu/packages/gnome.scm (glabels)[inputs]: Replace librsvg with
    librsvg-for-system.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c32c044c66..69e870adf8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12467,7 +12467,7 @@ to.")
        ("itstool" ,itstool)
        ("pkg-config" ,pkg-config)))
     (inputs
-     (list gtk+ librsvg libxml2))
+     (list gtk+ (librsvg-for-system) libxml2))
     (arguments
      `(#:configure-flags '("CFLAGS=-fcommon")))
     (home-page "https://glabels.org/";)



reply via email to

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