me
/
guix
Archived
1
0
Fork 0

gnu: american-fuzzy-lop: Fix documentation directory.

* gnu/packages/debug.scm (american-fuzzy-lop)[arguments]: Install
documentation into its conventional location.
Tobias Geerinckx-Rice 2020-03-17 23:00:42 +01:00
parent 6838611252
commit 317b13f30e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 0 deletions

View File

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