[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
316/452: gnu: texlive-url: Refresh package definition.
From: |
guix-commits |
Subject: |
316/452: gnu: texlive-url: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:49 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit a2d041e90d03d42465316eb4f522afa4d2dddc32
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 03b5a4462f..b5967bb750 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4155,14 +4155,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
- 286/452: gnu: texlive-rerunfilecheck: Refresh package definition., (continued)
- 286/452: gnu: texlive-rerunfilecheck: Refresh package definition., guix-commits, 2023/06/09
- 288/452: gnu: texlive-amsfonts: Refresh package definition., guix-commits, 2023/06/09
- 296/452: gnu: texlive-palatino: Refresh package definition., guix-commits, 2023/06/09
- 298/452: gnu: texlive-inconsolata: Refresh package definition., guix-commits, 2023/06/09
- 297/452: gnu: texlive-times: Refresh package definition., guix-commits, 2023/06/09
- 299/452: gnu: texlive-ae: Refresh package definition., guix-commits, 2023/06/09
- 301/452: gnu: texlive-etoolbox: Refresh package definition., guix-commits, 2023/06/09
- 307/452: gnu: texlive-pstool: Refresh package definition., guix-commits, 2023/06/09
- 310/452: gnu: Add texlive-cmexb., guix-commits, 2023/06/09
- 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 <=
- 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, 2023/06/09
- 362/452: gnu: texlive-hyph-utf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09