mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: jwm: Build with librsvg-for-system.
* gnu/packages/wm.scm (jwm)[inputs]: Replace librsvg with librsvg-for-system.
This commit is contained in:
parent
169bdeccd0
commit
6779070a5e
1 changed files with 2 additions and 2 deletions
|
@ -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 @@ (define-public jwm
|
|||
(list cairo
|
||||
libjpeg-turbo
|
||||
libpng
|
||||
librsvg
|
||||
(librsvg-for-system)
|
||||
libxext
|
||||
libxinerama
|
||||
libxmu
|
||||
|
|
Loading…
Reference in a new issue