[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#47006] [PATCH] gnu: Add zig.
From: |
Leo Prikler |
Subject: |
[bug#47006] [PATCH] gnu: Add zig. |
Date: |
Tue, 16 Mar 2021 14:09:34 +0100 |
User-agent: |
Evolution 3.34.2 |
Am Dienstag, den 16.03.2021, 14:57 +0200 schrieb Efraim Flashner:
> On Mon, Mar 08, 2021 at 02:11:56PM +0100, Leo Prikler wrote:
> > + (native-inputs
> > + `(("clang" ,clang-11)
> > + ("lld" ,lld)
> > + ("llvm" ,llvm-11)))
>
> Does it work to replace these three with clang-toolchain-11?
You can replace clang+llvm by clang-toolchain, but IIUC we prefer the
explicit style in Guix. Correct me if I'm wrong.
Regards,
Leo