mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 19:41:50 +02:00
gnu: httping: Fix DESTDIR.
* gnu/packages/networking.scm (httping)[arguments]: Set PREFIX.
This commit is contained in:
@@ -1972,8 +1972,7 @@ transmission protocol (SCTP) in a Go application.")
|
||||
(list fftw ncurses openssl))
|
||||
(arguments
|
||||
`(#:make-flags (list ,(string-append "CC=" (cc-for-target))
|
||||
(string-append "DESTDIR=" (assoc-ref %outputs "out"))
|
||||
"PREFIX=")
|
||||
(string-append "PREFIX=" (assoc-ref %outputs "out")))
|
||||
#:tests? #f)) ; no tests
|
||||
(home-page "https://www.vanheusden.com/httping/")
|
||||
(synopsis "Web server latency and throughput monitor")
|
||||
|
||||
Reference in New Issue
Block a user