* gnu: guile-minikanren: Fix README location.
@ 2015-07-21 23:27 Christopher Allan Webber
2015-07-22 13:47 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Christopher Allan Webber @ 2015-07-21 23:27 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 173 bytes --]
When I originally wrote this package I had it install the README to the
output directory's /share/doc/README.org instead of
/share/doc/guile-minikanren/README.org. Fixed!
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-guile-minikanren-Fix-README-location.patch --]
[-- Type: text/x-diff, Size: 1104 bytes --]
From b38d1abd1cfd57d2c22d8c076a5ddfe7e9ab7256 Mon Sep 17 00:00:00 2001
From: Christopher Allan Webber <cwebber@dustycloud.org>
Date: Tue, 21 Jul 2015 16:27:31 -0700
Subject: [PATCH] gnu: guile-minikanren: Fix README location.
* gnu/packages/guile.scm (minikanren): Fix output location for README.org
---
gnu/packages/guile.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index e85c84a..d7b196a 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -419,7 +419,7 @@ http:://json.org specification. These are the main features:
(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"
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: gnu: guile-minikanren: Fix README location.
2015-07-21 23:27 gnu: guile-minikanren: Fix README location Christopher Allan Webber
@ 2015-07-22 13:47 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2015-07-22 13:47 UTC (permalink / raw)
To: Christopher Allan Webber; +Cc: guix-devel
Christopher Allan Webber <cwebber@dustycloud.org> skribis:
> From b38d1abd1cfd57d2c22d8c076a5ddfe7e9ab7256 Mon Sep 17 00:00:00 2001
> From: Christopher Allan Webber <cwebber@dustycloud.org>
> Date: Tue, 21 Jul 2015 16:27:31 -0700
> Subject: [PATCH] gnu: guile-minikanren: Fix README location.
>
> * gnu/packages/guile.scm (minikanren): Fix output location for README.org
Applied, thanks!
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-22 13:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-21 23:27 gnu: guile-minikanren: Fix README location Christopher Allan Webber
2015-07-22 13:47 ` Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).