guix-patches
[Top][All Lists]
Advanced

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

[bug#53730] [PATCH] Replaced with Guix packages


From: WinterHound
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






reply via email to

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