summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-29 16:33:24 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-31 22:07:51 +0200
commit5ad556ab24a09aef1eb476b9e33f60362ae12db4 (patch)
tree2334ab091e3492cd59c283ca661669c6482fc354
parent84f1b54ef1e56aed45f5721047b4dc56d6868a08 (diff)
gnu: texlive-isodate: Remove duplicate definition.
* gnu/packages/tex.scm (texlive-isodate): Remove duplicate variable.
-rw-r--r--gnu/packages/tex.scm24
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 79736a1fe6..6695c881e7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -87335,30 +87335,6 @@ typesetting the ISO 10303 (STEP) standards. Standard documents prepared using
these packages have been published by ISO.")
(license license:lppl)))
-(define-public texlive-isodate
- (package
- (name "texlive-isodate")
- (version (number->string %texlive-revision))
- (source (texlive-origin
- name version
- (list "doc/latex/isodate/" "source/latex/isodate/"
- "tex/latex/isodate/")
- (base32
- "0bha4qpa1hi5i4npr00wz4qvzzc4yw4qydjjmm8n878p8cfygvga")))
- (outputs '("out" "doc"))
- (build-system texlive-build-system)
- (home-page "https://ctan.org/pkg/isodate")
- (synopsis "Tune the output format of dates according to language")
- (description
- "This package provides ten output formats of the commands @code{\\today},
-@code{\\printdate}, @code{\\printdateTeX}, and @code{\\daterange} (partly
-language dependent). The commands @code{\\printdate} and
-@code{\\printdateTeX} print any date. The command @code{\\daterange} prints
-a date range and leaves out unnecessary year or month entries. This package
-supports German (old and new rules), Austrian, US English, British English,
-French, Danish, Swedish, and Norwegian.")
- (license license:lppl)))
-
(define-public texlive-isodoc
(package
(name "texlive-isodoc")