guix-commits
[Top][All Lists]
Advanced

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

181/245: gnu: Add texlive-qsharp.


From: guix-commits
Subject: 181/245: gnu: Add texlive-qsharp.
Date: Sun, 30 Jul 2023 13:47:01 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d3b2d4143d7d487ae1db4cd93f533d68d3b846e1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:43:05 2023 +0200

    gnu: Add texlive-qsharp.
    
    * gnu/packages/tex.scm (texlive-qsharp): 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 e2dea613f4..aacc338b35 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5707,6 +5707,25 @@ algorithms in a natural manner.")
 @code{listings} package.")
     (license license:bsd-3)))
 
+(define-public texlive-qsharp
+  (package
+    (name "texlive-qsharp")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/qsharp/" "source/latex/qsharp/"
+                   "tex/latex/qsharp/")
+             (base32
+              "104asd1z3n7yqpq2midca2sjjxbbr0c9ngaqncj8zzb0i7ky19v4")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/qsharp";)
+    (synopsis "Syntax highlighting for the Q# language")
+    (description
+     "The package provides syntax highlighting for the Q# language,
+a domain-specific language for quantum programming.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-bibtex8
   (package
     (name "texlive-bibtex8")



reply via email to

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