guix-commits
[Top][All Lists]
Advanced

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

01/18: gnu: Add rust-compiler-error-0.1.


From: guix-commits
Subject: 01/18: gnu: Add rust-compiler-error-0.1.
Date: Sun, 9 Feb 2020 05:14:38 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 6dd06d9656d4bd1c7e5076baf20a4dce0a97da6c
Author: Valentin Ignatev <address@hidden>
AuthorDate: Wed Jan 15 03:04:28 2020 +0300

    gnu: Add rust-compiler-error-0.1.
    
    * gnu/packages/crates-io.scm (rust-compiler-error-0.1): New variable.
---
 gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0ff2f98..52a4630 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1639,6 +1639,26 @@ need compiler-rt intrinsics.")
     (license (list license:asl2.0
                    license:expat))))
 
+(define-public rust-compiler-error-0.1
+  (package
+    (name "rust-compiler-error")
+    (version "0.1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "compiler_error" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0irh7c0gznk2k6mj3cmqw7x4pg59lppmy1y8d6k5xc926rnmz5zg"))))
+    (build-system cargo-build-system)
+    (arguments '(#:skip-build? #t))
+    (home-page "https://github.com/lu-zero/compiler_error";)
+    (synopsis "Triggerable compiler error")
+    (description "This package provides a triggerable compiler error for 
Rust.")
+    (license license:expat)))
+
 (define-public rust-compiletest-rs-0.3
   (package
     (name "rust-compiletest-rs")



reply via email to

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