[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
356/452: gnu: texlive-siunitx: Refresh package definition.
From: |
guix-commits |
Subject: |
356/452: gnu: texlive-siunitx: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:44:00 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 5967b3d6e32ebc815d4243d311ae083f7feb2d1e
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
- 313/452: gnu: texlive-lua-alt-getopt: Refresh package definition., (continued)
- 313/452: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/06/09
- 316/452: gnu: texlive-url: Refresh package definition., guix-commits, 2023/06/09
- 320/452: gnu: texlive-glyphlist: Refresh package definition., guix-commits, 2023/06/09
- 321/452: gnu: texlive-fancyvrb: Refresh package definition., guix-commits, 2023/06/09
- 325/452: gnu: texlive-kpathsea: Refresh package definition., guix-commits, 2023/06/09
- 324/452: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/06/09
- 328/452: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/06/09
- 335/452: gnu: texlive-knuth-lib: Refresh package definition., guix-commits, 2023/06/09
- 338/452: gnu: texlive-tex-gyre: Refresh package definition., guix-commits, 2023/06/09
- 343/452: gnu: texlive-cbfonts-fd: Refresh package definition., guix-commits, 2023/06/09
- 356/452: gnu: texlive-siunitx: Refresh package definition.,
guix-commits <=
- 362/452: gnu: texlive-hyph-utf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 358/452: gnu: texlive-latex-base: Refresh package definition., guix-commits, 2023/06/09
- 368/452: gnu: texlive-morefloats: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 363/452: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 378/452: gnu: texlive-babel-danish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 377/452: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 370/452: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 381/452: gnu: texlive-breqn: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 384/452: gnu: texlive-soul: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 390/452: guix: import: Handle native inputs in texlive importer., guix-commits, 2023/06/09