mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: fvwm: Build with librsvg-for-system.
* gnu/packages/fvwm.scm (fvwm)[inputs]: Replace librsvg with librsvg-for-system.
This commit is contained in:
parent
4a1bb32b5a
commit
1eadb7922d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
|
||||
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2016, 2023 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2017 Nikita <nikita@n0.is>
|
||||
;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;;
|
||||
|
@ -67,7 +67,7 @@ (define-public fvwm
|
|||
(inputs
|
||||
(list fribidi
|
||||
libpng
|
||||
librsvg
|
||||
(librsvg-for-system)
|
||||
libxcursor
|
||||
libxext
|
||||
libxft
|
||||
|
|
Loading…
Reference in a new issue