[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
356/458: gnu: texlive-siunitx: Refresh package definition.
From: |
guix-commits |
Subject: |
356/458: gnu: texlive-siunitx: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:23:15 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit fb0851a2135fc5df45ab07b62259820247daf670
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 28 00:23:04 2023 +0200
gnu: texlive-siunitx: Refresh package definition.
* gnu/packages/tex.scm (texlive-siunitx)[source]: Add missing locations.
[outputs]: Add a "doc" output.
[arguments]: Remove unnecessary #:TEX-DIRECTORY and #:BUILD-TARGETS
arguments.
[home-page]: Use HTTPS.
---
gnu/packages/tex.scm | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 79b92844fe..938a383e40 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11014,17 +11014,14 @@ without margins.")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
- (list "/source/latex/siunitx/siunitx.dtx"
- "/doc/latex/siunitx/README.md")
+ (list "doc/latex/siunitx/" "source/latex/siunitx/"
+ "tex/latex/siunitx/")
(base32
- "05kl7yid2npp2gbfshnv2xd08w81fkh5h2n5wd9xcpbhlqjzx9sj")))
+ "05gpl318mpm5gxb9665080yd5qiirmh3hwixg9p4wgydk8wfllnl")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments
- '(#:tex-directory "latex/siunitx"
- #:build-targets '("siunitx.dtx")))
- (propagated-inputs
- (list texlive-l3kernel texlive-l3packages))
- (home-page "http://www.ctan.org/pkg/siunitx")
+ (propagated-inputs (list texlive-l3kernel texlive-l3packages))
+ (home-page "https://www.ctan.org/pkg/siunitx")
(synopsis "Comprehensive SI units package")
(description
"Typesetting values with units requires care to ensure that the combined
- 366/458: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 366/458: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 352/458: gnu: Add texlive-manfnt., guix-commits, 2023/06/14
- 373/458: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 379/458: gnu: texlive-babel-polish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 365/458: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 362/458: gnu: texlive-hyph-utf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 355/458: gnu: Add texlive-luatex., guix-commits, 2023/06/14
- 386/458: gnu: texlive-totcount: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 397/458: gnu: texlive-amsfonts: Fix build., guix-commits, 2023/06/14
- 393/458: gnu: texlive-knuth-lib: Fix build., guix-commits, 2023/06/14
- 356/458: gnu: texlive-siunitx: Refresh package definition.,
guix-commits <=
- 410/458: gnu: texlive-xindy: Use TEXLIVE-BUILD-SYSTEM and related tools., guix-commits, 2023/06/14
- 406/458: gnu: texlive-xypic: Fix build., guix-commits, 2023/06/14
- 394/458: gnu: texlive-mflogo-font: Fix build., guix-commits, 2023/06/14
- 404/458: gnu: texlive-cs: Fix build., guix-commits, 2023/06/14
- 415/458: gnu: Add texlive-mfware., guix-commits, 2023/06/14
- 418/458: gnu: texlive: Improve package style., guix-commits, 2023/06/14
- 423/458: gnu: Add texlive-latex., guix-commits, 2023/06/14
- 428/458: gnu: texlive-xmltex: Rely on build system to create formats., guix-commits, 2023/06/14
- 430/458: gnu: texlive-csplain: Create formats., guix-commits, 2023/06/14
- 431/458: gnu: texlive-jadetex: Rely on build system to create formats., guix-commits, 2023/06/14