[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: greybird-gtk-theme: Build with librsvg-for-s
From: |
guix-commits |
Subject: |
branch master updated: gnu: greybird-gtk-theme: Build with librsvg-for-system. |
Date: |
Wed, 17 Aug 2022 01:37:19 -0400 |
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 <GNUtoo@cyberdimension.org>
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: 宋文武 <iyzsong@member.fsf.org>
---
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 <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))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: greybird-gtk-theme: Build with librsvg-for-system.,
guix-commits <=