guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnu: guile-minikanren: Fix README location.


From: Christopher Allan Webber
Subject: gnu: guile-minikanren: Fix README location.
Date: Tue, 21 Jul 2015 16:27:48 -0700

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!

>From b38d1abd1cfd57d2c22d8c076a5ddfe7e9ab7256 Mon Sep 17 00:00:00 2001
From: Christopher Allan Webber <address@hidden>
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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]