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>
parent
11636ee9c0
commit
3220edac2a
|
@ -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 @@ like GNOME, Unity, Budgie, Pantheon, XFCE, Mate, etc.")
|
||||||
(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))
|
||||||
|
|
Reference in New Issue