me
/
guix
Archived
1
0
Fork 0

gnu: uthash: Fix documentation directory.

* gnu/packages/datastructures.scm (uthash)[arguments]: Install documentation to a versioned directory.
master
Tobias Geerinckx-Rice 2020-04-13 04:40:09 +02:00
parent b9cd405666
commit 6655e2e238
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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.