[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/13: gnu: uthash: Fix documentation directory.
From: |
guix-commits |
Subject: |
08/13: gnu: uthash: Fix documentation directory. |
Date: |
Mon, 13 Apr 2020 00:57:40 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 6655e2e238d9c9d73b9453342b2ecb31de000a5e
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Apr 13 04:40:09 2020 +0200
gnu: uthash: Fix documentation directory.
* gnu/packages/datastructures.scm (uthash)[arguments]: Install
documentation to a versioned directory.
---
gnu/packages/datastructures.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm
index 1685dfa..4505d82 100644
--- a/gnu/packages/datastructures.scm
+++ b/gnu/packages/datastructures.scm
@@ -181,7 +181,7 @@ queues, stacks, and doubly-linked lists.")
;; There is no top-level Makefile to do this for us.
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
- (doc (string-append out "/share/doc/" ,name))
+ (doc (string-append out "/share/doc/" ,name "-" ,version))
(include (string-append out "/include")))
;; Don't install HTML files: they're just the below .txt files
;; dolled up, can be stale, and regeneration requires asciidoc.
- branch master updated (c2480d1 -> 62f7f0d), guix-commits, 2020/04/13
- 02/13: gnu: diffoscope: Update to 139., guix-commits, 2020/04/13
- 01/13: gnu: lightdm-gtk-greeter: Update to 2.0.7., guix-commits, 2020/04/13
- 03/13: gnu: ssdeep: Update home page., guix-commits, 2020/04/13
- 04/13: gnu: ssdeep: Update to 2.14.1., guix-commits, 2020/04/13
- 05/13: gnu: ssdeep: Don't install static libfuzzy.a., guix-commits, 2020/04/13
- 08/13: gnu: uthash: Fix documentation directory.,
guix-commits <=
- 10/13: gnu: debootstrap: Update to 1.0.123., guix-commits, 2020/04/13
- 12/13: gnu: java-xmlgraphics-commons: Update to 2.4., guix-commits, 2020/04/13
- 06/13: gnu: ndctl: Update to 68., guix-commits, 2020/04/13
- 07/13: gnu: liburcu: Update to 0.12.0., guix-commits, 2020/04/13
- 11/13: gnu: e2fsprogs: Update to 1.45.6., guix-commits, 2020/04/13
- 13/13: gnu: http-parser: Update to 2.9.4., guix-commits, 2020/04/13
- 09/13: gnu: uthash: Update to 2.1.0., guix-commits, 2020/04/13