unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57253] [PATCH 1/2] gnu: greybird-gtk-theme: Build with librsvg-for-system.
@ 2022-08-16 23:46 Denis 'GNUtoo' Carikli
  2022-08-17  0:03 ` [bug#57253] [PATCH 2/2] gnu: Add keychain Denis 'GNUtoo' Carikli
  2022-08-17  5:38 ` [bug#57253] [PATCH 1/2] gnu: greybird-gtk-theme: Build with librsvg-for-system 宋文武 via Guix-patches via
  0 siblings, 2 replies; 6+ messages in thread
From: Denis 'GNUtoo' Carikli @ 2022-08-16 23:46 UTC (permalink / raw)
  To: 57253; +Cc: Denis 'GNUtoo' Carikli

* 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





^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-09-22  8:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-16 23:46 [bug#57253] [PATCH 1/2] gnu: greybird-gtk-theme: Build with librsvg-for-system Denis 'GNUtoo' Carikli
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

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).