guix-commits
[Top][All Lists]
Advanced

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

18/19: gnu: Add rust-pnacl-build-helper-1.4.


From: guix-commits
Subject: 18/19: gnu: Add rust-pnacl-build-helper-1.4.
Date: Wed, 26 Feb 2020 07:01:25 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 754917c903c80429b29df657311c148cf8a846bf
Author: Valentin Ignatev <address@hidden>
AuthorDate: Sun Jan 26 16:34:41 2020 +0300

    gnu: Add rust-pnacl-build-helper-1.4.
    
    * gnu/packages/crates-io.scm (rust-pnacl-build-helper-1.4):
    New variable.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9cf6201..2a4605d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -11390,6 +11390,31 @@ used in Cargo build scripts.")
      "Lazily evaluated, order-independent plugins for extensible types.")
     (license license:expat)))
 
+(define-public rust-pnacl-build-helper-1.4
+  (package
+    (name "rust-pnacl-build-helper")
+    (version "1.4.11")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "pnacl-build-helper" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "145hxz3m3sg8mm9sfqqqaarnna43v65l6whwswrvcvy0fzp17gnz"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-tempdir" ,rust-tempdir-0.3)
+        ("rust-walkdir" ,rust-walkdir-1.0))))
+    (home-page "https://github.com/DiamondLovesYou/cargo-pnacl-helper";)
+    (synopsis
+     "Build script helper for building PNaCl/NaCl C/CXX libraries from source")
+    (description
+     "Build script helper for building PNaCl/NaCl C/CXX libraries from source")
+    (license license:mpl2.0)))
+
 (define-public rust-png-0.15
   (package
     (name "rust-png")



reply via email to

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