mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: Add texlive-qsharp.
* gnu/packages/tex.scm (texlive-qsharp): New variable.
This commit is contained in:
parent
a00b83b2f1
commit
d3b2d4143d
1 changed files with 19 additions and 0 deletions
|
@ -5707,6 +5707,25 @@ (define-public texlive-pythonhighlight
|
||||||
@code{listings} package.")
|
@code{listings} package.")
|
||||||
(license license:bsd-3)))
|
(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
|
(define-public texlive-bibtex8
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibtex8")
|
(name "texlive-bibtex8")
|
||||||
|
|
Loading…
Reference in a new issue