guix-commits
[Top][All Lists]
Advanced

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

01/07: tests: Fix texlive->guix-package test.


From: guix-commits
Subject: 01/07: tests: Fix texlive->guix-package test.
Date: Wed, 16 Aug 2023 09:03:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ce4c11f8f3e710acd7b8bd90dc6605bbde520715
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 13 02:00:00 2023 +0200

    tests: Fix texlive->guix-package test.
    
    This follows up on commit 1619f2c18c1b3cca41f52fea3d7231b9ad490af8.
    
    * tests/texlive.scm ("texlive->guix-package"): Don't expect
    a ‘license:’ prefix to ‘fsf-free’.
---
 tests/texlive.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/texlive.scm b/tests/texlive.scm
index 98461f7e51..b07bbe6ad5 100644
--- a/tests/texlive.scm
+++ b/tests/texlive.scm
@@ -547,7 +547,7 @@ completely compatible with Plain TeX.")
                ('synopsis (? string?))
                ('description (? string?))
                ('license
-                ('license:fsf-free 
"https://www.tug.org/texlive/copying.html";)))
+                ('fsf-free "https://www.tug.org/texlive/copying.html";)))
              #true)
             (_
              (begin



reply via email to

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