guix-commits
[Top][All Lists]
Advanced

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

18/37: gnu: Add rust-same-file-0.1.


From: guix-commits
Subject: 18/37: gnu: Add rust-same-file-0.1.
Date: Sat, 22 Feb 2020 16:40:00 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 7abd6eecbb12513f0143e9d77d32d53bf14cf691
Author: Valentin Ignatev <address@hidden>
AuthorDate: Sun Jan 19 01:14:15 2020 +0300

    gnu: Add rust-same-file-0.1.
    
    * gnu/packages/crates-io.scm (rust-same-file-0.1): New variable.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 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 adadf71..a8d8f0f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -11765,6 +11765,28 @@ paths point to the same file.")
     (license (list license:unlicense
                    license:expat))))
 
+(define-public rust-same-file-0.1
+  (package
+    (inherit rust-same-file-1.0)
+    (name "rust-same-file")
+    (version "0.1.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "same-file" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "19qpl6j8s3ph9jm8rh1k0wp2nkyw5ah34xly00vqcfx4v97s8cfr"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-kernel32-sys" ,rust-kernel32-sys-0.2)
+        ("rust-winapi" ,rust-winapi-0.2))
+       #:cargo-development-inputs
+       (("rust-rand" ,rust-rand-0.3))))))
+
 (define-public rust-schannel-0.1
   (package
     (name "rust-schannel")



reply via email to

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