diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-08-14 22:39:04 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-08-15 05:45:45 +0300 |
commit | 51dc785a6a5ef87e1d43e208e873460ed866de0d (patch) | |
tree | ae7cf728691c8b4f2c2f649f3fa87b9baebc389b | |
parent | c3cabe4cbefc9f23a0e3de8aee7dcad38257857e (diff) | |
download | guix-51dc785a6a5ef87e1d43e208e873460ed866de0d.tar.gz guix-51dc785a6a5ef87e1d43e208e873460ed866de0d.zip |
gnu: obconf-qt: Build with librsvg-for-system.
* gnu/packages/lxqt.scm (obconf-qt)[inputs]: Replace librsvg with
librsvg-for-system.
-rw-r--r-- | gnu/packages/lxqt.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index d7b806e7e0..f0ae01614e 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2015, 2022 Sou Bunnbu <iyzsong@gmail.com> ;;; Copyright © 2016 Mark H Weaver <mhw@netris.org> -;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il> +;;; Copyright © 2016, 2023 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2017 Nikita <nikita@n0.is> ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018, 2019 Meiyo Peng <meiyo@riseup.net> @@ -909,7 +909,7 @@ image viewer.") (inputs (list imlib2 libsm - librsvg + (librsvg-for-system) libxft libxml2 openbox @@ -1078,7 +1078,7 @@ like @command{tar} and @command{zip}.") (license license:gpl2+))) (define-public lxqt-connman-applet - ;; since the main developers didn't release any version yet, their + ;; since the main developers didn't release any version yet, their ;; latest commit on `master` branch at the moment used for this version. (let ((commit "db1618d58fd3439142c4e44b24cba0dbb68b7141") (revision "0")) |