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