mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: obconf: Build with librsvg-for-system.
* gnu/packages/openbox.scm (obconf)[inputs]: Replace librsvg with librsvg-for-system.
This commit is contained in:
parent
55606b5f33
commit
82df5c3af7
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2014 Julien Lepiller <julien@lepiller.eu>
|
;;; Copyright © 2014 Julien Lepiller <julien@lepiller.eu>
|
||||||
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2016, 2023 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2017 Nikita <nikita@n0.is>
|
;;; Copyright © 2017 Nikita <nikita@n0.is>
|
||||||
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
|
@ -102,7 +102,7 @@ (define-public obconf
|
||||||
("openbox" ,openbox)
|
("openbox" ,openbox)
|
||||||
("startup-notification" ,startup-notification)
|
("startup-notification" ,startup-notification)
|
||||||
("libsm" ,libsm)
|
("libsm" ,libsm)
|
||||||
("librsvg" ,librsvg)
|
("librsvg" ,(librsvg-for-system))
|
||||||
("libxft" ,libxft)))
|
("libxft" ,libxft)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
|
|
Loading…
Reference in a new issue