guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

16/46: gnu: httping: Fix DESTDIR.


From: guix-commits
Subject: 16/46: gnu: httping: Fix DESTDIR.
Date: Fri, 16 Dec 2022 21:38:57 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6e336a8721b113b76d70e033443c69e21cae012a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 11 01:00:03 2022 +0100

    gnu: httping: Fix DESTDIR.
    
    * gnu/packages/networking.scm (httping)[arguments]: Set PREFIX.
---
 gnu/packages/networking.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 41ea34dfbd..ac6cfb2a32 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]