[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
194/452: gnu: texlive-fp: Refresh package definition.
From: |
guix-commits |
Subject: |
194/452: gnu: texlive-fp: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:21 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 3de68b1fe4a57e01a8a89e654d4820897e3c03b5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 19:14:06 2023 +0200
gnu: texlive-fp: Refresh package definition.
* gnu/packages/tex.scm (texlive-fp): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1b8c300859..89e5fe81ec 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11050,13 +11050,17 @@ LaTeX macro support is provided in package
@code{psnfss}.")
(define-public texlive-fp
(package
- (inherit
- (simple-texlive-package
- "texlive-fp"
- (list "doc/latex/fp/" "tex/latex/fp/" "tex/plain/fp/")
- (base32 "1q555fx71cf88sn3npzb0j2i10ak920k0qc9ccdygz99vqg10dad")
- #:trivial? #t))
- (home-page "https://ctan.org/macros/latex/contrib/fp")
+ (name "texlive-fp")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/fp/" "tex/latex/fp/"
+ "tex/plain/fp/")
+ (base32
+ "1q555fx71cf88sn3npzb0j2i10ak920k0qc9ccdygz99vqg10dad")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/fp")
(synopsis "Fixed point arithmetic")
(description
"This package provides an extensive collection of arithmetic operations
- 96/452: gnu: Add texlive-luacode., (continued)
- 96/452: gnu: Add texlive-luacode., guix-commits, 2023/06/09
- 98/452: gnu: texlive-latex-acmart -> texlive-acmart., guix-commits, 2023/06/09
- 77/452: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/06/09
- 94/452: gnu: Add texlive-ctablestack., guix-commits, 2023/06/09
- 99/452: gnu: texlive-latex-varwidth -> texlive-varwidth., guix-commits, 2023/06/09
- 101/452: gnu: texlive-latex-preview -> texlive-preview., guix-commits, 2023/06/09
- 91/452: gnu: texlive-booktabs: Fix build., guix-commits, 2023/06/09
- 105/452: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/06/09
- 102/452: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/06/09
- 179/452: gnu: Add texlive-incgraph., guix-commits, 2023/06/09
- 194/452: gnu: texlive-fp: Refresh package definition.,
guix-commits <=
- 207/452: gnu: texlive-pst-text: Refresh package definition., guix-commits, 2023/06/09
- 206/452: gnu: texlive-iftex: Refresh package definition., guix-commits, 2023/06/09
- 210/452: gnu: texlive-charter: Refresh package definition., guix-commits, 2023/06/09
- 224/452: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/09
- 237/452: gnu: texlive-pdftexcmds: Refresh package definition., guix-commits, 2023/06/09
- 244/452: gnu: texlive-fancyhdr: Refresh package definition., guix-commits, 2023/06/09
- 248/452: gnu: texlive-kvoptions: Refresh package definition., guix-commits, 2023/06/09
- 251/452: gnu: texlive-subfigure: Refresh package definition., guix-commits, 2023/06/09
- 256/452: gnu: texlive-numprint: Refresh package definition., guix-commits, 2023/06/09
- 269/452: gnu: Add texlive-colorprofiles., guix-commits, 2023/06/09