efraim pushed a commit to branch master
in repository guix.

commit 51dc785a6a5ef87e1d43e208e873460ed866de0d
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Aug 14 22:39:04 2023 +0300

    gnu: obconf-qt: Build with librsvg-for-system.
    
    * gnu/packages/lxqt.scm (obconf-qt)[inputs]: Replace librsvg with
    librsvg-for-system.
---
 gnu/packages/lxqt.scm | 6 +++---
 1 file 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 <[email protected]>
 ;;; Copyright © 2015, 2022 Sou Bunnbu <[email protected]>
 ;;; Copyright © 2016 Mark H Weaver <[email protected]>
-;;; Copyright © 2016 Efraim Flashner <[email protected]>
+;;; Copyright © 2016, 2023 Efraim Flashner <[email protected]>
 ;;; Copyright © 2017 Nikita <[email protected]>
 ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2018, 2019 Meiyo Peng <[email protected]>
@@ -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"))

Reply via email to