From: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
To: 57253@debbugs.gnu.org
Cc: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Subject: [bug#57253] [PATCH 1/2] gnu: greybird-gtk-theme: Build with librsvg-for-system.
Date: Wed, 17 Aug 2022 01:46:01 +0200 [thread overview]
Message-ID: <20220816234601.9940-1-GNUtoo@cyberdimension.org> (raw)
* gnu/packages/gnome-xyz.scm (greybird-gtk-theme)[inputs]:
Replace librsvg with librsvg-for-system.
---
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 @@ (define-public greybird-gtk-theme
(native-inputs
(list gtk+
`(,glib "bin") ; for "glib-compile-resources"
- librsvg
+ (librsvg-for-system)
pkg-config
ruby-sass
sassc))
base-commit: 8aab1f7c73c3a6e204b1257e687120c009c88604
--
2.37.1
next reply other threads:[~2022-08-16 23:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-16 23:46 Denis 'GNUtoo' Carikli [this message]
2022-08-17 0:03 ` [bug#57253] [PATCH 2/2] gnu: Add keychain Denis 'GNUtoo' Carikli
2022-09-21 16:14 ` Björn Höfling
2022-09-21 21:52 ` Denis 'GNUtoo' Carikli
2022-09-22 8:00 ` bug#57253: " Björn Höfling
2022-08-17 5:38 ` [bug#57253] [PATCH 1/2] gnu: greybird-gtk-theme: Build with librsvg-for-system 宋文武 via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220816234601.9940-1-GNUtoo@cyberdimension.org \
--to=gnutoo@cyberdimension.org \
--cc=57253@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.