diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-07-01 09:44:56 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-07-01 12:10:27 +0200 |
commit | 2199af9f7b895354b73a8c523c544f0d50762040 (patch) | |
tree | c9db108affd6de1a8ea2ba29e8eaaffe7bd5aa4a | |
parent | b5c6062bcec9530a9c4044a1bd1091fdebf9bc74 (diff) | |
download | guix-2199af9f7b895354b73a8c523c544f0d50762040.tar.gz |
gnu: texlive-fmtcount: Add proper 'license' value.
This is a followup to df5e07c16d2d4e72423f0e8c6b5b53c7020bc77a. * gnu/packages/tex.scm (texlive-fmtcount)[license]: New field.
-rw-r--r-- | gnu/packages/tex.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 |