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
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1972,8 +1972,7 @@ (define-public httping
(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")