guix-commits
[Top][All Lists]
Advanced

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

04/41: gnu: jwm: Build with librsvg-for-system.


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

efraim pushed a commit to branch master
in repository guix.

commit 6779070a5e0780519c1e1fb42041e97505eae794
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Aug 14 21:55:17 2023 +0300

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

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index ae571965e6..3185fa860c 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2015 xd1le <elisp.vim@gmail.com>
 ;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
 ;;; Copyright © 2016 Danny Milosavljevic <dannym@scratchpost.org>
-;;; Copyright © 2016, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016, 2019, 2020, 2023 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2016 Al McElrath <hello@yrns.org>
 ;;; Copyright © 2016 Carlo Zancanaro <carlo@zancanaro.id.au>
 ;;; Copyright © 2016 2019, 2021-2022 Ludovic Courtès <ludo@gnu.org>
@@ -3045,7 +3045,7 @@ capabilities.  It is heavily inspired by the Calm Window 
manager(cwm).")
      (list cairo
            libjpeg-turbo
            libpng
-           librsvg
+           (librsvg-for-system)
            libxext
            libxinerama
            libxmu



reply via email to

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