gnu: librsvg-next: Fix cargo dependency.

* gnu/packages/gnome.scm (librsvg-next-source): Don't hardcode patch
version of cargo inputs.
This commit is contained in:
Efraim Flashner 2020-03-02 22:11:16 +02:00
parent 597f41ca49
commit 7b1ba1e4fc
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2180,6 +2180,8 @@ (define librsvg-next-source
(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