From 2e5596d1ecf89cd617766958e527f21d2a7cc62f Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 13 May 2021 13:58:55 +0200 Subject: gnu: librsvg: Build with Rust 1.48. * gnu/packages/gnome.scm (librsvg)[arguments]: Add #:rust. --- gnu/packages/gnome.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/packages') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 8e659ed32b..f3a2c93b48 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3337,6 +3337,8 @@ for dealing with different structured file formats.") (outputs '("out" "doc")) (arguments `(#:install-source? #f + ;; XXX: compiling librsvg_c_api hangs forever with 1.49. + #:rust ,rust-1.48 #:modules ((guix build cargo-build-system) (guix build utils) -- cgit v1.2.3