GNU bug report logs - #74849
[PATCH 0/6] Update ARM Trusted Firmware.

Previous Next

Package: guix-patches;

Reported by: Herman Rimm <herman <at> rimm.ee>

Date: Fri, 13 Dec 2024 12:25:02 UTC

Severity: normal

Tags: patch

Done: Vagrant Cascadian <vagrant <at> debian.org>

Bug is archived. No further changes may be made.

Full log


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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Herman Rimm <herman <at> rimm.ee>
Cc: Josselin Poiret <dev <at> jpoiret.xyz>, Tobias Geerinckx-Rice <me <at> tobias.gr>,
 Simon Tournier <zimon.toutoune <at> gmail.com>,
 Vagrant Cascadian <vagrant <at> debian.org>, 74849 <at> debbugs.gnu.org,
 Ludovic Courtès <ludo <at> gnu.org>,
 Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 Efraim Flashner <efraim <at> flashner.co.il>, Andrew Tropin <andrew <at> trop.in>,
 Andreas Enge <andreas <at> enge.fr>, Mathieu Othacehe <othacehe <at> gnu.org>,
 Christopher Baines <guix <at> cbaines.net>,
 Nicolas Goaziou <guix <at> nicolasgoaziou.fr>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Subject: Re: [bug#74849] [PATCH v2 3/6] import: utils: Move guix-name to
 (guix utils).
Date: Fri, 20 Dec 2024 14:04:18 +0100
Hello,

Herman Rimm <herman <at> rimm.ee> writes:

> -(define (guix-name name)
> -  "Return a Guix package name for a given Texlive package NAME."
> -  (string-append "texlive-"
> -                 (string-map (match-lambda
> -                               (#\_ #\-)
> -                               (#\. #\-)
> -                               (chr (char-downcase chr)))
> -                             name)))

You still need to replace calls to this function with (guix-name
"texlive-" ...), don’t you ?

Regards,
-- 
Nicolas Goaziou






This bug report was last modified 229 days ago.

Previous Next


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