guix-commits
[Top][All Lists]
Advanced

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

08/93: gnu: Add texlive-c-pascal.


From: guix-commits
Subject: 08/93: gnu: Add texlive-c-pascal.
Date: Thu, 20 Jul 2023 05:21:13 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit da14c67d79cfd29573d2949d68f4b54c839586f1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:44:25 2023 +0200

    gnu: Add texlive-c-pascal.
    
    * gnu/packages/tex.scm (texlive-c-pascal): New variable.
---
 gnu/packages/tex.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0dc6a08dfd..85637199f2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1346,6 +1346,25 @@ south-east, etc.); 12 types and 32 directions are 
available.")
     ;; files in this package without limitation."
     (license (license:fsf-free "file://doc/generic/borceux/README"))))
 
+(define-public texlive-c-pascal
+  (package
+    (name "texlive-c-pascal")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/c-pascal/"
+                   "tex/generic/c-pascal/")
+             (base32
+              "0kmxki1yclk7lzlidcvsdry7mzm58zzwq3rxgvmpawq2hs8hpcra")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/c-pascal";)
+    (synopsis "Typeset Python, C and Pascal programs")
+    (description
+     "This package provides a TeX macro package for easy typesetting programs
+in Python, C and Pascal.  Program source files may also be input.")
+    (license license:public-domain)))
+
 (define-public texlive-dosepsbin
   (package
     (name "texlive-dosepsbin")



reply via email to

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