[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74849] [PATCH v2 3/6] import: utils: Move guix-name to (guix utils)
From: |
Nicolas Goaziou |
Subject: |
[bug#74849] [PATCH v2 3/6] import: utils: Move guix-name to (guix utils). |
Date: |
Fri, 20 Dec 2024 14:04:18 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hello,
Herman Rimm <herman@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