This is an automated email from the git hooks/post-receive script.
iyzsong pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 3220edac2a gnu: greybird-gtk-theme: Build with librsvg-for-system.
3220edac2a is described below
commit 3220edac2a5ac816328bd65489513ae8d33fbe23
Author: Denis 'GNUtoo' Carikli <[email protected]>
AuthorDate: Wed Aug 17 01:46:01 2022 +0200
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: 宋文武 <[email protected]>
---
gnu/packages/gnome-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index c37ae27cc5..beab5429bf 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -18,6 +18,7 @@
;;; Copyright © 2021 Charles Jackson <[email protected]>
;;; Copyright © 2022 Eric Bavier <[email protected]>
;;; Copyright © 2022 Sughosha <[email protected]>
+;;; Copyright © 2022 Denis 'GNUtoo' Carikli <[email protected]>
;;;
;;; 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))