me
/
guix
Archived
1
0
Fork 0

gnu: httping: Fix DESTDIR.

* gnu/packages/networking.scm (httping)[arguments]: Set PREFIX.
master
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
1 changed files with 1 additions and 2 deletions

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