guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: texlive-chemarrow: Remove duplicate package.


From: guix-commits
Subject: branch master updated: gnu: texlive-chemarrow: Remove duplicate package.
Date: Sun, 30 Jul 2023 13:49:04 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5e9db8ad3f gnu: texlive-chemarrow: Remove duplicate package.
5e9db8ad3f is described below

commit 5e9db8ad3f3ba91d94f98d5b4229d01ace3b3f5a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 19:47:35 2023 +0200

    gnu: texlive-chemarrow: Remove duplicate package.
    
    * gnu/packages/tex.scm (texlive-chemarrow): Remove duplicate package.
---
 gnu/packages/tex.scm | 29 +----------------------------
 1 file changed, 1 insertion(+), 28 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7ab8310dfe..fa7c2fe30c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2337,6 +2337,7 @@ of solutions.")
 reactions in support of other chemistry packages (such as
 @code{chemmacros}).")
     (license license:lppl1.3c)))
+
 (define-public texlive-chemgreek
   (package
     (name "texlive-chemgreek")
@@ -2356,34 +2357,6 @@ reactions in support of other chemistry packages (such as
 packages (such as @code{chemmacros}).")
     (license license:lppl1.3+)))
 
-(define-public texlive-chemarrow
-  (package
-    (name "texlive-chemarrow")
-    (version (number->string %texlive-revision))
-    (source (texlive-origin
-             name version
-             (list "doc/fonts/chemarrow/"
-                   "fonts/afm/public/chemarrow/"
-                   "fonts/map/dvips/chemarrow/"
-                   "fonts/source/public/chemarrow/"
-                   "fonts/tfm/public/chemarrow/"
-                   "fonts/type1/public/chemarrow/"
-                   "source/fonts/chemarrow/"
-                   "tex/latex/chemarrow/")
-             (base32
-              "1ky0v2psxamzilmijih88zxanmq2hnpv1yc18mcy9mpymcmvrhwr")))
-    (outputs '("out" "doc"))
-    (build-system texlive-build-system)
-    (native-inputs (list texlive-metafont))
-    (home-page "https://ctan.org/pkg/chemarrow";)
-    (synopsis "Arrows for use in chemistry")
-    (description
-     "This bundle consists of a font (available as Metafont source, MetaPost
-source, and generated type 1 versions), and a package to use it.  The arrows
-in the font are designed to look more like those in chemistry text-books than
-do Knuth's originals.")
-    (license license:public-domain)))
-
 (define-public texlive-chemmacros
   (package
     (name "texlive-chemmacros")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]