[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/09: gnu: texlive-fmtcount: Add proper 'license' value.
From: |
guix-commits |
Subject: |
01/09: gnu: texlive-fmtcount: Add proper 'license' value. |
Date: |
Fri, 1 Jul 2022 06:27:33 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 2199af9f7b895354b73a8c523c544f0d50762040
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Jul 1 09:44:56 2022 +0200
gnu: texlive-fmtcount: Add proper 'license' value.
This is a followup to df5e07c16d2d4e72423f0e8c6b5b53c7020bc77a.
* gnu/packages/tex.scm (texlive-fmtcount)[license]: New field.
---
gnu/packages/tex.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e28ab35208..f6b4c25595 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10787,7 +10787,8 @@ The package offers some multilingual support;
configurations for use in English
(both British and American usage), French (including Belgian and Swiss
variants), German, Italian, Portuguese and Spanish documents are provided.
This
package was originally provided as part of the author's datetime package, but
is
-now distributed separately.")))
+now distributed separately.")
+ (license license:lppl1.3+)))
(define-public texlive-inriafonts
(package
- branch master updated (b5c6062bce -> 741895676b), guix-commits, 2022/07/01
- 03/09: services: root-file-system: Cleanly unmount upon shutdown., guix-commits, 2022/07/01
- 08/09: image: Add sanitizers for 'format' and 'partition-table-type'., guix-commits, 2022/07/01
- 02/09: file-systems: Add 'cleanly-unmounted-ext2?'., guix-commits, 2022/07/01
- 06/09: image: Avoid use of the deprecated 'gpt' option of genimage., guix-commits, 2022/07/01
- 04/09: image: 'system-image' throws when given an incorrect image format., guix-commits, 2022/07/01
- 05/09: image: Add default value for partition initializer., guix-commits, 2022/07/01
- 01/09: gnu: texlive-fmtcount: Add proper 'license' value.,
guix-commits <=
- 07/09: image: Raise an error when an image lacks a bootable partition., guix-commits, 2022/07/01
- 09/09: tests: Add sanitizer test., guix-commits, 2022/07/01