[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
316/409: gnu: texlive-url: Refresh package definition.
From: |
guix-commits |
Subject: |
316/409: gnu: texlive-url: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:03:07 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit ffd4a54ea5e8cce2250a6b3aca8afd2c43acbdf3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 22:09:59 2023 +0200
gnu: texlive-url: Refresh package definition.
* gnu/packages/tex.scm (texlive-url): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5ef9a132f0..ae5d4cdce8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4159,14 +4159,16 @@ are part of the LaTeX required tools distribution,
comprising the packages:
(define-public texlive-url
(package
- (inherit (simple-texlive-package
- "texlive-url"
- (list "/doc/latex/url/"
- "/tex/latex/url/")
- (base32
- "184m40wgnx939ky2hbxnj0v9aak023ldrhgffp0lgyk9wdqpxlqg")
- #:trivial? #t))
- (home-page "https://www.ctan.org/pkg/url")
+ (name "texlive-url")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/url/" "tex/latex/url/")
+ (base32
+ "184m40wgnx939ky2hbxnj0v9aak023ldrhgffp0lgyk9wdqpxlqg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/url")
(synopsis "Verbatim with URL-sensitive line breaks")
(description "The command @code{\\url} is a form of verbatim command that
allows linebreaks at certain characters or combinations of characters, accepts
- 293/409: gnu: texlive-endnotes: Refresh package definition., (continued)
- 293/409: gnu: texlive-endnotes: Refresh package definition., guix-commits, 2023/05/20
- 279/409: gnu: texlive-filecontents: Refresh package definition., guix-commits, 2023/05/20
- 294/409: gnu: texlive-zhspacing: Refresh package definition., guix-commits, 2023/05/20
- 295/409: gnu: texlive-zapfding: Refresh package definition., guix-commits, 2023/05/20
- 299/409: gnu: texlive-ae: Refresh package definition., guix-commits, 2023/05/20
- 307/409: gnu: texlive-pstool: Refresh package definition., guix-commits, 2023/05/20
- 308/409: gnu: texlive-fira: Refresh package definition., guix-commits, 2023/05/20
- 313/409: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/05/20
- 315/409: gnu: texlive-l3build: Refresh package definition., guix-commits, 2023/05/20
- 319/409: gnu: texlive-graphics-def: Refresh package definition., guix-commits, 2023/05/20
- 316/409: gnu: texlive-url: Refresh package definition.,
guix-commits <=
- 322/409: gnu: texlive-epsf: Refresh package definition., guix-commits, 2023/05/20
- 317/409: gnu: texlive-greek-fontenc: Refresh package definition., guix-commits, 2023/05/20
- 324/409: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/05/20
- 338/409: gnu: texlive-tex-gyre: Refresh package definition., guix-commits, 2023/05/20
- 340/409: gnu: texlive-cm-super: Refresh package definition., guix-commits, 2023/05/20
- 343/409: gnu: texlive-cbfonts-fd: Refresh package definition., guix-commits, 2023/05/20
- 346/409: gnu: texlive-fontinst: Refresh package definition., guix-commits, 2023/05/20
- 349/409: gnu: texlive-underscore: Refresh package definition., guix-commits, 2023/05/20
- 350/409: gnu: texlive-dvips: Refresh package definition., guix-commits, 2023/05/20
- 353/409: gnu: Add texlive-manfnt-font., guix-commits, 2023/05/20