guix-commits
[Top][All Lists]
Advanced

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

04/13: gnu: Add rust-clang-ast-test-suite-0.0.0.


From: guix-commits
Subject: 04/13: gnu: Add rust-clang-ast-test-suite-0.0.0.
Date: Thu, 10 Jun 2021 16:28:14 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit d7827c941eb057b04453341d9d5756500dee6421
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jun 10 23:07:50 2021 +0300

    gnu: Add rust-clang-ast-test-suite-0.0.0.
    
    * ngu/packages/crates-io.scm (rust-clang-ast-test-suite-0.0.0): New
    variable.
---
 gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 91faf34..e7f3aa7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -7289,6 +7289,28 @@ coding.")
      "This package provides current CI environment information.")
     (license license:asl2.0)))
 
+(define-public rust-clang-ast-test-suite-0.0.0
+  (package
+    (name "rust-clang-ast-test-suite")
+    (version "0.0.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "clang-ast-test-suite" version))
+        (file-name
+         (string-append name "-" version ".tar.gz"))
+        (sha256
+         (base32
+          "04c6p67w2f3s74pl83swj93l6p9g88vgki0rp2vxbb0bzm1hqy5h"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t))   ; Not intended to be built independently.
+    (home-page "https://github.com/dtolnay/clang-ast";)
+    (synopsis "Test suite of the clang-ast crate")
+    (description
+     "This package contains the test suite of the @code{clang-ast} crate.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-clang-sys-1
   (package
     (name "rust-clang-sys")



reply via email to

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