Reorg guix.scm to define the package explicitly
This commit is contained in:
parent
4bc158fa7d
commit
c3268f6688
1 changed files with 23 additions and 20 deletions
5
guix.scm
5
guix.scm
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue