diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-06-22 09:02:38 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:35 +0200 |
commit | 3c987b2c776061dbcd5c520c7982819d153ee8c5 (patch) | |
tree | 21d4540df3d1631f03c44ebe6ea7d3e626ebdf36 /gnu | |
parent | d5a278ad27f2bd595de66f3839f95cf80fad93d4 (diff) | |
download | guix-3c987b2c776061dbcd5c520c7982819d153ee8c5.tar guix-3c987b2c776061dbcd5c520c7982819d153ee8c5.tar.gz |
gnu: texlive-kfsh-nat: Specify upstream name.
* gnu/packages/tex.scm (texlive-kfsh-nat)[properties]: Add UPSTREAM-NAME property.
Change-Id: Ia26e469a702365baaf89c10066faaeeb980b7f40
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tex.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 30c85423d4..a1dbc5b52f 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -22879,6 +22879,7 @@ links to the individual documents, either in HTML or in PDF format.") (sha256 (base32 "1qzn0n19lslf2qg8fvm844xx5k7s8a275a77z2ynbb0vs1w4prpw")))) + (properties '((upstream-name . "ksfh_nat"))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ksfh-nat") (synopsis "BibTeX style for KSFH Munich") |