guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: rust-speculate-0.1: Fix build.


From: guix-commits
Subject: branch master updated: gnu: rust-speculate-0.1: Fix build.
Date: Wed, 10 Nov 2021 08:46:34 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4c6f945  gnu: rust-speculate-0.1: Fix build.
4c6f945 is described below

commit 4c6f9450a5006d4edcc39fa77c04bf05c12fb00b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Nov 10 14:21:02 2021 +0200

    gnu: rust-speculate-0.1: Fix build.
    
    * gnu/packages/crates-io.scm (rust-speculate-0.1)[arguments]: Don't skip
    build, skip tests.
    [cargo-inputs]: Replace rust-quote-1 with 0.6, rust-syn-0.15 with 0.14.
---
 gnu/packages/crates-io.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0874651..fe2e89b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -48172,11 +48172,11 @@ track of where each new file and line starts.")
          "0ph01n3fqkmnfr1wd13dqsi4znv06xy6p4h3hqqdzk81r0r5vd1w"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:skip-build? #t
+     `(#:tests? #f
        #:cargo-inputs
        (("rust-proc-macro2" ,rust-proc-macro2-0.4)
-        ("rust-quote" ,rust-quote-1)
-        ("rust-syn" ,rust-syn-0.15)
+        ("rust-quote" ,rust-quote-0.6)
+        ("rust-syn" ,rust-syn-0.14)
         ("rust-unicode-xid" ,rust-unicode-xid-0.1))))
     (home-page "https://github.com/utkarshkukreti/speculate.rs";)
     (synopsis "RSpec inspired testing framework for Rust")



reply via email to

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