GNU bug report logs -
#53730
Add binaryen
Previous Next
Full log
Message #14 received at 53730 <at> debbugs.gnu.org (full text, mbox):
---
gnu/packages/web.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 54da8e0b97..0642db78c7 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1498,12 +1498,13 @@ (define-public binaryen
(method git-fetch)
(uri (git-reference
(url "https://github.com/WebAssembly/binaryen")
- (commit (string-append "version_" version))
- (recursive? #t)))
+ (commit (string-append "version_" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0yg9rarjv1gfbq225cj9hnbgx99n5az2m19qwfp8z41dwhh71igm"))))
(build-system cmake-build-system)
+ (native-inputs (list googletest))
+ (inputs (list mozjs wabt llvm))
(home-page "https://github.com/WebAssembly/binaryen")
(synopsis "Compiler infrastructure and toolchain library for WebAssembly")
(description "Binaryen is a compiler and toolchain infrastructure
--
2.34.0
This bug report was last modified 3 years and 91 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.