[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/12: gnu: american-fuzzy-lop: Fix documentation directory.
From: |
guix-commits |
Subject: |
01/12: gnu: american-fuzzy-lop: Fix documentation directory. |
Date: |
Tue, 17 Mar 2020 18:10:22 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 317b13f30e1e23e8fb2f18fcff50b8ee2e448321
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Tue Mar 17 23:00:42 2020 +0100
gnu: american-fuzzy-lop: Fix documentation directory.
* gnu/packages/debug.scm (american-fuzzy-lop)[arguments]: Install
documentation into its conventional location.
---
gnu/packages/debug.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 34cc479..3e3c308 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -230,6 +230,8 @@ tools that process C/C++ code.")
#t))))))))))))
(arguments
`(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs
"out"))
+ (string-append "DOC_PATH=$(PREFIX)/share/doc/"
+ ,name "-" ,version)
"CC=gcc")
#:phases (modify-phases %standard-phases
(delete 'configure)
- branch master updated (6838611 -> 4ce61a9), guix-commits, 2020/03/17
- 01/12: gnu: american-fuzzy-lop: Fix documentation directory.,
guix-commits <=
- 03/12: gnu: american-fuzzy-lop: Use HTTPS home page., guix-commits, 2020/03/17
- 06/12: gnu: r-acs: Update home page., guix-commits, 2020/03/17
- 09/12: gnu: r-hapassoc: Use HTTPS home page., guix-commits, 2020/03/17
- 12/12: gnu: r-forcats: Use HTTPS home page., guix-commits, 2020/03/17
- 02/12: gnu: american-fuzzy-lop: Update to 2.56b., guix-commits, 2020/03/17
- 05/12: gnu: r-tsa: Use HTTPS home page., guix-commits, 2020/03/17
- 07/12: gnu: r-beeswarm: Use HTTPS home page., guix-commits, 2020/03/17
- 10/12: gnu: r-emplik: Use HTTPS home page., guix-commits, 2020/03/17
- 11/12: gnu: r-rcppparallel: Use HTTPS home page., guix-commits, 2020/03/17
- 04/12: gnu: Use HTTPS for www.rforge.net home pages., guix-commits, 2020/03/17