guix-commits
[Top][All Lists]
Advanced

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

274/299: gnu: rust-wasm-bindgen-shared-0.2: Skip build.


From: guix-commits
Subject: 274/299: gnu: rust-wasm-bindgen-shared-0.2: Skip build.
Date: Thu, 2 Jan 2020 13:20:03 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit fab352f9072e6d84389a084e8df9421a18f81867
Author: Efraim Flashner <address@hidden>
Date:   Thu Jan 2 09:24:15 2020 +0200

    gnu: rust-wasm-bindgen-shared-0.2: Skip build.
    
    * gnu/packages/crates-io.scm (rust-wasm-bindgen-shared-0.2)[arguments]:
    Skip build.
    [properties]: Remove field.
---
 gnu/packages/crates-io.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b27baf3..7397400 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -11769,11 +11769,11 @@ attribute that is not in the shared backend crate.")
          (base32
           "08rnfhjyk0f6liv8n4rdsvhx7r02glkhcbj2lp9lcbkbfpad9hnr"))))
     (build-system cargo-build-system)
+    (arguments '(#:skip-build? #t))
     (home-page "https://rustwasm.github.io/wasm-bindgen/";)
     (synopsis "Shared support between wasm-bindgen and wasm-bindgen cli")
     (description "This package provides shared support between
 @code{wasm-bindgen} and @code{wasm-bindgen} cli, an internal dependency.")
-    (properties '((hidden? . #t)))
     (license (list license:asl2.0
                    license:expat))))
 



reply via email to

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