unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: WinterHound <winterhound@yandex.com>
To: 53730@debbugs.gnu.org
Cc: WinterHound <winterhound@yandex.com>
Subject: [bug#53730] [PATCH] Replaced with Guix packages
Date: Tue, 15 Mar 2022 12:02:58 +0530	[thread overview]
Message-ID: <20220315063258.6194-1-winterhound@yandex.com> (raw)
In-Reply-To: <20220202170814.19498-1-winterhound@yandex.com>

---
 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





      parent reply	other threads:[~2022-03-15  6:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-02 17:08 [bug#53730] Add binaryen WinterHound
2022-02-02 19:21 ` Maxime Devos
2022-03-06 21:38   ` Ludovic Courtès
2022-03-15  6:32 ` WinterHound [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220315063258.6194-1-winterhound@yandex.com \
    --to=winterhound@yandex.com \
    --cc=53730@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).