diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-08-14 22:56:56 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-08-15 05:45:45 +0300 |
commit | 55606b5f33c4a8a2a76e8b520fa72b29efe1aa16 (patch) | |
tree | 6d2d07b6ae0ce030bb320cedab8514a19f17ef44 /gnu/packages/networking.scm | |
parent | 6c58966c10ae9e38d823a69d0abd291d46d39d35 (diff) | |
download | guix-55606b5f33c4a8a2a76e8b520fa72b29efe1aa16.tar.gz |
gnu: blueman: Build with librsvg-for-system.
* gnu/packages/networking.scm (blueman)[inputs]: Replace librsvg with librsvg-for-system.
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files 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 |