unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Daniel Meißner via Guix-patches via" <guix-patches@gnu.org>
To: Lars-Dominik Braun <lars@6xq.net>
Cc: Danny Milosavljevic <dannym@scratchpost.org>, 47948@debbugs.gnu.org
Subject: [bug#47948] [PATCH 00/49] Towards deno.
Date: Thu, 12 Oct 2023 09:40:42 +0200	[thread overview]
Message-ID: <87il7cguf9.fsf_-_@rub.de> (raw)
In-Reply-To: <YyLgDH+/DxmIDDr5@noor.fritz.box> (Lars-Dominik Braun's message of "Thu, 15 Sep 2022 10:19:24 +0200")

Lars-Dominik Braun <lars@6xq.net> writes:

>> This patchset prepares to add deno.
> did you ever package deno? I’m interested in that, because the latest
> version of RStudio uses on Quarto, which depends on deno.

I am also interested in that because I would like to use Quarto on Guix.
I tried to run the binary tarball provided on their website in an FHS
container but that did not work out nicely.  When I learned that Quarto
needs Deno I stopped my packaging attempt because of the shear number of
required packages.  If more people are interested in deno, we could
probably split the work.

WDYT?

However, there's dart-sass that is bundled in the Quarto binary tarball
which is a whole other level since there’s no Dart toolchain in Guix so
packaging dart-sass is even more difficult I would think.

-- 
Daniel




  reply	other threads:[~2023-10-12  7:42 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-22 10:10 [bug#47948] [PATCH 00/49] Towards deno Danny Milosavljevic
2021-04-22 10:16 ` [bug#47948] [PATCH 01/49] gnu: rust-byteorder: Update to 1.4.3 Danny Milosavljevic
2021-04-22 10:21 ` Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 02/49] gnu: rust-futures: Update to 0.3.14 Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 03/49] gnu: rust-futures-channel: " Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 04/49] gnu: rust-futures-core: " Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 05/49] gnu: rust-futures-executor: " Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 06/49] gnu: rust-futures-io: " Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 07/49] gnu: rust-futures-macro: " Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 08/49] gnu: rust-futures-sink: " Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 09/49] gnu: rust-futures-task: " Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 10/49] gnu: rust-futures-util: " Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 11/49] gnu: rust-serde: Update to 1.0.125 Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 12/49] gnu: rust-serde-derive: " Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 13/49] gnu: rust-serde-json: Update to 1.0.64 Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 14/49] gnu: Add rust-swc-visit-macros Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 15/49] gnu: Add rust-swc-visit Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 16/49] gnu: Add rust-swc-eq-ignore-macros Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 17/49] gnu: Add rust-from-variant Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 18/49] gnu: Add rust-swc-macros-common Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 19/49] gnu: Add rust-ast-node Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 20/49] gnu: Add rust-swc-common Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 21/49] gnu: Add rust-swc-ecma-transforms-typescript Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 22/49] gnu: Add rust-swc-ecma-transforms-react Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 23/49] gnu: Add rust-swc-ecma-loader Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 24/49] gnu: Add rust-swc-ecma-transforms-proposal Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 25/49] gnu: Add rust-swc-ecma-transforms-optimization Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 26/49] gnu: Add rust-swc-ecma-transforms-module Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 27/49] gnu: Add rust-swc-ecma-transforms-macros Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 28/49] gnu: Add rust-ordered-float Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 29/49] gnu: Add rust-swc-ecma-transforms-compat Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 30/49] gnu: Add rust-swc-ecma-utils Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 31/49] gnu: Add rust-swc-ecma-transforms-base Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 32/49] gnu: Add rust-swc-ecma-transforms Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 33/49] gnu: Add rust-swc-ecma-dep-graph Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 34/49] gnu: Add rust-swc-ecma-visit Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 35/49] gnu: Add rust-enum-kind Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 36/49] gnu: Add rust-swc-ecma-parser Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 37/49] gnu: Add rust-swc-ecma-codegen-macros Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 38/49] gnu: Add rust-swc-ecma-codegen Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 39/49] gnu: Add rust-swc-atoms Danny Milosavljevic
2021-04-22 10:21   ` [bug#47948] [PATCH 40/49] gnu: Add rust-string-enum Danny Milosavljevic
2021-04-22 10:22   ` [bug#47948] [PATCH 41/49] gnu: Add rust-swc-ecma-ast Danny Milosavljevic
2021-04-22 10:22   ` [bug#47948] [PATCH 42/49] gnu: Add rust-swc-ecmascript Danny Milosavljevic
2021-04-22 10:22   ` [bug#47948] [PATCH 43/49] gnu: Add rust-rand-xorshift Danny Milosavljevic
2021-04-22 10:22   ` [bug#47948] [PATCH 44/49] gnu: Add rust-quick-error Danny Milosavljevic
2021-04-22 10:22   ` [bug#47948] [PATCH 45/49] gnu: Add rust-proptest Danny Milosavljevic
2021-04-22 10:22   ` [bug#47948] [PATCH 46/49] gnu: Add rust-generator Danny Milosavljevic
2021-04-22 10:22   ` [bug#47948] [PATCH 47/49] gnu: Add rust-loom Danny Milosavljevic
2021-04-22 10:22   ` [bug#47948] [PATCH 48/49] gnu: Add rust-tokio Danny Milosavljevic
2021-04-23  8:28     ` Nicolas Goaziou
2021-04-22 10:22   ` [bug#47948] [PATCH 49/49] gnu: Add rust-deno-doc Danny Milosavljevic
2022-09-15  8:19 ` [bug#47948] [PATCH 00/49] Towards deno Lars-Dominik Braun
2023-10-12  7:40   ` Daniel Meißner via Guix-patches via [this message]
2023-12-14 23:35 ` [bug#47948] Sharlatan Hellseher

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=87il7cguf9.fsf_-_@rub.de \
    --to=guix-patches@gnu.org \
    --cc=47948@debbugs.gnu.org \
    --cc=daniel.meissner-i4k@rub.de \
    --cc=dannym@scratchpost.org \
    --cc=lars@6xq.net \
    /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).