Reorg guix.scm to define the package explicitly

This commit is contained in:
TakeV 2023-12-13 09:31:32 -05:00
parent 4bc158fa7d
commit c3268f6688
Signed by: TakeV
GPG Key ID: A64F41345C7400AF
1 changed files with 23 additions and 20 deletions

View File

@ -16,6 +16,7 @@
(or (git-predicate (current-source-directory))
(const #t)))
(define-public guile-docs
(package
(name "guile-guile-docs")
(version "0.1")
@ -35,4 +36,6 @@
(synopsis "")
(description "")
(home-page "")
(license license:gpl3+))
(license license:gpl3+)))
guile-docs