From 75e24eec1ed9772dbcb6737270076eca571dc4ea Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Mon, 19 Sep 2022 12:56:15 +0200 Subject: gnu: gtk: Use librsvg-2.40 for non-x86_64. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/gtk.scm (gtk)[propagated-inputs]: Use librsvg-2.40 for non-x86_64. Signed-off-by: Ludovic Courtès --- gnu/packages/gtk.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gnu/packages/gtk.scm') diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 879cf44d67..faf4d6f7eb 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -31,6 +31,7 @@ ;;; Copyright © 2021 Wamm K. D. ;;; Copyright © 2022 Zhu Zihao ;;; Copyright © 2022 Benjamin Slade +;;; Copyright © 2022 Denis 'GNUtoo' Carikli ;;; ;;; This file is part of GNU Guix. ;;; @@ -1340,7 +1341,9 @@ (define-public gtk ;; Following dependencies are referenced in .pc files. (list cairo fontconfig - librsvg-bootstrap + (if (target-x86-64?) + librsvg-bootstrap + librsvg-2.40) glib graphene libepoxy -- cgit v1.2.3