mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: greybird-gtk-theme: Build with librsvg-for-system.
* gnu/packages/gnome-xyz.scm (greybird-gtk-theme)[inputs]: Replace librsvg with librsvg-for-system. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
11636ee9c0
commit
3220edac2a
1 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@
|
||||||
;;; Copyright © 2021 Charles Jackson <charles.b.jackson@protonmail.com>
|
;;; Copyright © 2021 Charles Jackson <charles.b.jackson@protonmail.com>
|
||||||
;;; Copyright © 2022 Eric Bavier <bavier@posteo.net>
|
;;; Copyright © 2022 Eric Bavier <bavier@posteo.net>
|
||||||
;;; Copyright © 2022 Sughosha <sughosha@proton.me>
|
;;; Copyright © 2022 Sughosha <sughosha@proton.me>
|
||||||
|
;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -1137,7 +1138,7 @@ (define-public greybird-gtk-theme
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gtk+
|
(list gtk+
|
||||||
`(,glib "bin") ; for "glib-compile-resources"
|
`(,glib "bin") ; for "glib-compile-resources"
|
||||||
librsvg
|
(librsvg-for-system)
|
||||||
pkg-config
|
pkg-config
|
||||||
ruby-sass
|
ruby-sass
|
||||||
sassc))
|
sassc))
|
||||||
|
|
Loading…
Reference in a new issue