[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/05: gnu: texlive-latex-listings, texlive-latex-pgf: Remove redundant
From: |
guix-commits |
Subject: |
05/05: gnu: texlive-latex-listings, texlive-latex-pgf: Remove redundant definitions. |
Date: |
Mon, 28 Mar 2022 06:03:22 -0400 (EDT) |
civodul pushed a commit to branch core-updates
in repository guix.
commit edb9a5b835fb0283bc92219573b5b55d057cd76b
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Mar 28 09:38:48 2022 +0200
gnu: texlive-latex-listings, texlive-latex-pgf: Remove redundant
definitions.
Those were presumably introduced by mistake during a merge.
* gnu/packages/tex.scm (texlive-latex-listings, texlive-latex-pgf):
Remove redundant definitions.
---
gnu/packages/tex.scm | 6 ------
1 file changed, 6 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 818f4d9fff..7fab21679e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6195,9 +6195,6 @@ styles. Support for @code{hyperref} is provided.")
(define-deprecated-package texlive-latex-listings texlive-listings)
-(define-public texlive-latex-listings
- (deprecated-package "texlive-latex-listings" texlive-listings))
-
(define-public texlive-latex-jknapltx
(package
(name "texlive-latex-jknapltx")
@@ -8455,9 +8452,6 @@ pstricks, it can produce either PostScript or PDF
output.")
(define-deprecated-package texlive-latex-pgf texlive-pgf)
-(define-public texlive-latex-pgf
- (deprecated-package "texlive-latex-pgf" texlive-pgf))
-
(define-public texlive-latex-koma-script
(package
(name "texlive-latex-koma-script")
- branch core-updates updated (01647fc80c -> edb9a5b835), guix-commits, 2022/03/28
- 01/05: gnu: bash: Build '--without-bash-malloc'., guix-commits, 2022/03/28
- 02/05: gnu: boost: Update to 1.78.0., guix-commits, 2022/03/28
- 04/05: gnu: texlive-psnfss: Fix build; add "doc" output., guix-commits, 2022/03/28
- 03/05: gnu: texlive-psnfss: Do not return #t from custom phase., guix-commits, 2022/03/28
- 05/05: gnu: texlive-latex-listings, texlive-latex-pgf: Remove redundant definitions.,
guix-commits <=