guix-commits
[Top][All Lists]
Advanced

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

19/41: gnu: obconf: Build with librsvg-for-system.


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

efraim pushed a commit to branch master
in repository guix.

commit 82df5c3af72869c1d13e94180cddc0d1f9ed2ff2
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Aug 14 22:59:38 2023 +0300

    gnu: obconf: Build with librsvg-for-system.
    
    * gnu/packages/openbox.scm (obconf)[inputs]: Replace librsvg with
    librsvg-for-system.
---
 gnu/packages/openbox.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/openbox.scm b/gnu/packages/openbox.scm
index 2dac9ec644..38afb9d9a0 100644
--- a/gnu/packages/openbox.scm
+++ b/gnu/packages/openbox.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014 Julien Lepiller <julien@lepiller.eu>
-;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016, 2023 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2017 Nikita <nikita@n0.is>
 ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;;
@@ -102,7 +102,7 @@ implementations.")
        ("openbox" ,openbox)
        ("startup-notification" ,startup-notification)
        ("libsm" ,libsm)
-       ("librsvg" ,librsvg)
+       ("librsvg" ,(librsvg-for-system))
        ("libxft" ,libxft)))
     (native-inputs
      `(("gettext" ,gettext-minimal)



reply via email to

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