diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-03-02 22:11:16 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-03-02 22:11:16 +0200 |
commit | 7b1ba1e4fc36fd2b6454ed9d8b2d8d8d50ce0154 (patch) | |
tree | b7befa5bfbdf303054a81aace53357a5a865ca19 /gnu/packages/gnome.scm | |
parent | 597f41ca49a21e66ae3812da85b85918f128c622 (diff) |
gnu: librsvg-next: Fix cargo dependency.
* gnu/packages/gnome.scm (librsvg-next-source): Don't hardcode patch
version of cargo inputs.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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 |