generated from me/guix-typst-template
Change package definition
parent
e695521dfa
commit
02ce660b38
|
@ -1,6 +1,6 @@
|
||||||
(add-to-load-path ".")
|
(add-to-load-path ".")
|
||||||
(define-module (template-package)
|
(define-module (template-package)
|
||||||
#:use-module (saayix packages typst)
|
#:use-module (gnu packages tex)
|
||||||
#:use-module (guix)
|
#:use-module (guix)
|
||||||
#:use-module (guix build-system gnu)
|
#:use-module (guix build-system gnu)
|
||||||
#:use-module ((guix licenses) #:prefix license:)
|
#:use-module ((guix licenses) #:prefix license:)
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(typst))
|
`(typst))
|
||||||
(synopsis "Guix template for Typst projects")
|
(synopsis "Guix template for LaTeX projects")
|
||||||
(description "Guix template for Typst projects")
|
(description "Guix template for LaTeX projects")
|
||||||
(home-page "https://git.sudoer777.dev/me/guix-typst-template")
|
(home-page "https://git.sudoer777.dev/me/guix-latex-template")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
Loading…
Reference in New Issue