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
7
guix.scm
7
guix.scm
|
@ -16,7 +16,8 @@
|
||||||
(or (git-predicate (current-source-directory))
|
(or (git-predicate (current-source-directory))
|
||||||
(const #t)))
|
(const #t)))
|
||||||
|
|
||||||
(package
|
(define-public guile-docs
|
||||||
|
(package
|
||||||
(name "guile-guile-docs")
|
(name "guile-guile-docs")
|
||||||
(version "0.1")
|
(version "0.1")
|
||||||
(source (local-file "." "guile-checkout"
|
(source (local-file "." "guile-checkout"
|
||||||
|
@ -35,4 +36,6 @@
|
||||||
(synopsis "")
|
(synopsis "")
|
||||||
(description "")
|
(description "")
|
||||||
(home-page "")
|
(home-page "")
|
||||||
(license license:gpl3+))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
guile-docs
|
||||||
|
|
Loading…
Reference in a new issue