Skip to content
Snippets Groups Projects
Commit f3d8cd79 authored by Christine Lemmer-Webber's avatar Christine Lemmer-Webber Committed by Ludovic Courtès
Browse files

gnu: guile-minikanren: Fix README location.


* gnu/packages/guile.scm (minikanren): Fix output location for README.org

Signed-off-by: default avatarLudovic Courtès <ludo@gnu.org>
parent 1436c5c7
No related branches found
No related tags found
No related merge requests found
......@@ -419,7 +419,7 @@ (define-public guile-minikanren
(let* ((out (assoc-ref %outputs "out"))
(module-dir (string-append out "/share/guile/site/2.0"))
(source (assoc-ref %build-inputs "source"))
(doc (string-append out "/share/doc"))
(doc (string-append out "/share/doc/guile-minikanren"))
(scm-files '("minikanren.scm"
"minikanren/mkextraforms.scm"
"minikanren/mkprelude.scm"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment