gnu: blueman: Build with librsvg-for-system.
* gnu/packages/networking.scm (blueman)[inputs]: Replace librsvg with librsvg-for-system.
parent
6c58966c10
commit
55606b5f33
|
@ -14,7 +14,7 @@
|
||||||
;;; Copyright © 2016, 2017 Pjotr Prins <pjotr.guix@thebird.nl>
|
;;; Copyright © 2016, 2017 Pjotr Prins <pjotr.guix@thebird.nl>
|
||||||
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
|
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
|
||||||
;;; Copyright © 2017, 2020, 2021 Leo Famulari <leo@famulari.name>
|
;;; 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, 2018, 2019 Rutger Helling <rhelling@mykolab.com>
|
||||||
;;; Copyright © 2017, 2019 Gábor Boskovits <boskovits@gmail.com>
|
;;; Copyright © 2017, 2019 Gábor Boskovits <boskovits@gmail.com>
|
||||||
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
|
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
|
||||||
|
@ -959,7 +959,7 @@ systems with no further dependencies.")
|
||||||
(inputs
|
(inputs
|
||||||
(list bluez
|
(list bluez
|
||||||
dbus
|
dbus
|
||||||
librsvg
|
(librsvg-for-system)
|
||||||
glib
|
glib
|
||||||
gtk+
|
gtk+
|
||||||
iproute
|
iproute
|
||||||
|
|
Reference in New Issue