GNU bug report logs - #53523
[PATCH] gnu: Add tree-sitter.

Previous Next

Package: guix-patches;

Reported by: Luis Henrique Gomes Higino <luishenriquegh2701 <at> gmail.com>

Date: Tue, 25 Jan 2022 15:39:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #113 received at 53523 <at> debbugs.gnu.org (full text, mbox):

From: Maxime Devos <maximedevos <at> telenet.be>
To: Luis Henrique Gomes Higino <luishenriquegh2701 <at> gmail.com>, 
 53523 <at> debbugs.gnu.org
Subject: Re: [bug#53523] [PATCH v4 2/2] gnu: neovim: Update to 0.6.1.
Date: Thu, 17 Mar 2022 18:29:18 +0100
[Message part 1 (text/plain, inline)]
Luis Henrique Gomes Higino schreef op do 17-03-2022 om 10:44 [-0300]:
> +       ("lua" ,(if (member (or (if (%current-target-system)
> +                                   (gnu-triplet->nix-system (%current-target-system))
> +                                   #f)
> +                               (%current-system))

This can be simplified to

(member
  (if (%current-target-system) (gnu-triplet->...) (%current-system))
  (package-supported-systems ...))

Greetings,
Maxime.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 3 years and 51 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.