1
0
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:
Tobias Geerinckx-Rice
2022-12-11 01:00:03 +01:00
parent 52ffc0c44f
commit 6e336a8721
+1 -2
View File
@@ -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")