guix-commits
[Top][All Lists]
Advanced

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

18/41: gnu: blueman: Build with librsvg-for-system.


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

efraim pushed a commit to branch master
in repository guix.

commit 55606b5f33c4a8a2a76e8b520fa72b29efe1aa16
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Aug 14 22:56:56 2023 +0300

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

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 82987d5f9c..f2d18e6b15 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -14,7 +14,7 @@
 ;;; Copyright © 2016, 2017 Pjotr Prins <pjotr.guix@thebird.nl>
 ;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
 ;;; Copyright © 2017, 2020, 2021 Leo Famulari <leo@famulari.name>
-;;; Copyright © 2017-2022 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2017-2023 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2017, 2018, 2019 Rutger Helling <rhelling@mykolab.com>
 ;;; Copyright © 2017, 2019 Gábor Boskovits <boskovits@gmail.com>
 ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
@@ -959,7 +959,7 @@ systems with no further dependencies.")
     (inputs
      (list bluez
            dbus
-           librsvg
+           (librsvg-for-system)
            glib
            gtk+
            iproute



reply via email to

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