guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: librsvg-next: Fix cargo dependency.


From: guix-commits
Subject: 05/05: gnu: librsvg-next: Fix cargo dependency.
Date: Mon, 2 Mar 2020 15:11:35 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 7b1ba1e4fc36fd2b6454ed9d8b2d8d8d50ce0154
Author: Efraim Flashner <address@hidden>
AuthorDate: Mon Mar 2 22:11:16 2020 +0200

    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(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index af45ceb..1c4bf75 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]