mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: american-fuzzy-lop: Fix documentation directory.
* gnu/packages/debug.scm (american-fuzzy-lop)[arguments]: Install documentation into its conventional location.
This commit is contained in:
parent
6838611252
commit
317b13f30e
1 changed files with 2 additions and 0 deletions
|
@ -230,6 +230,8 @@ (define-public american-fuzzy-lop
|
||||||
#t))))))))))))
|
#t))))))))))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
|
`(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
|
||||||
|
(string-append "DOC_PATH=$(PREFIX)/share/doc/"
|
||||||
|
,name "-" ,version)
|
||||||
"CC=gcc")
|
"CC=gcc")
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
(delete 'configure)
|
(delete 'configure)
|
||||||
|
|
Loading…
Reference in a new issue