GNU bug report logs - #53730
Add binaryen

Previous Next

Package: guix-patches;

Reported by: WinterHound <winterhound <at> yandex.com>

Date: Wed, 2 Feb 2022 17:09:01 UTC

Severity: normal

Full log


View this message in rfc822 format

From: WinterHound <winterhound <at> yandex.com>
To: 53730 <at> debbugs.gnu.org
Cc: WinterHound <winterhound <at> yandex.com>
Subject: [bug#53730] [PATCH] Replaced with Guix packages
Date: Tue, 15 Mar 2022 12:02:58 +0530
---
 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.