mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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:
parent
597f41ca49
commit
7b1ba1e4fc
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue