From 7b1ba1e4fc36fd2b6454ed9d8b2d8d8d50ce0154 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 2 Mar 2020 22:11:16 +0200 Subject: gnu: librsvg-next: Fix cargo dependency. * gnu/packages/gnome.scm (librsvg-next-source): Don't hardcode patch version of cargo inputs. --- gnu/packages/gnome.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index af45ceb505..1c4bf7558a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2180,6 +2180,8 @@ from forcing GEXP-PROMISE." (with-directory-excursion (string-append "librsvg-" #$version) ;; The following crate(s) are needed in addition to the ones replaced: (begin + (substitute* "rsvg_internals/Cargo.toml" + (("\"=") "\"")) (invoke "tar" "xvf" #+(package-source rust-autocfg-0.1) "-C" "vendor") (invoke -- cgit v1.2.3