guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: guix: import: Do not prefix `fsf-free' with "license:" in texlive


From: guix-commits
Subject: 02/02: guix: import: Do not prefix `fsf-free' with "license:" in texlive.
Date: Mon, 14 Aug 2023 07:45:48 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 1619f2c18c1b3cca41f52fea3d7231b9ad490af8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 13:44:06 2023 +0200

    guix: import: Do not prefix `fsf-free' with "license:" in texlive.
    
    * guix/import/texlive.scm (tlpdb->package): For consistency with other
    imported licenses, `fsf-free' need not be prefixed with "license:".
---
 guix/import/texlive.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/import/texlive.scm b/guix/import/texlive.scm
index f65347d7f8..581bd1b85b 100644
--- a/guix/import/texlive.scm
+++ b/guix/import/texlive.scm
@@ -500,7 +500,7 @@ of those files are returned that are unexpectedly 
installed."
           (license
            ,(cond
              (meta-package?
-              '(license:fsf-free "https://www.tug.org/texlive/copying.html";))
+              '(fsf-free "https://www.tug.org/texlive/copying.html";))
              ((assoc-ref data 'catalogue-license) => string->license)
              (else #f))))
        (translate-depends depends #t)))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]