me
/
guix
Archived
1
0
Fork 0

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>
Denis 'GNUtoo' Carikli 2022-08-17 01:46:01 +02:00 committed by 宋文武
parent 11636ee9c0
commit 3220edac2a
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@
;;; Copyright © 2021 Charles Jackson <charles.b.jackson@protonmail.com>
;;; Copyright © 2022 Eric Bavier <bavier@posteo.net>
;;; Copyright © 2022 Sughosha <sughosha@proton.me>
;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
;;;
;;; This file is part of GNU Guix.
;;;
@ -1137,7 +1138,7 @@ like GNOME, Unity, Budgie, Pantheon, XFCE, Mate, etc.")
(native-inputs
(list gtk+
`(,glib "bin") ; for "glib-compile-resources"
librsvg
(librsvg-for-system)
pkg-config
ruby-sass
sassc))