gnu: httping: Use G-expressions.
* gnu/packages/networking.scm (httping)[arguments]: Rewrite as G-expressions.
This commit is contained in:
parent
ca9cf7b100
commit
56a0cb50e1
1 changed files with 4 additions and 3 deletions
|
|
@ -1967,9 +1967,10 @@ transmission protocol (SCTP) in a Go application.")
|
||||||
"1y7sbgkhgadmd93x1zafqc4yp26ssiv16ni5bbi9vmvvdl55m29y"))))
|
"1y7sbgkhgadmd93x1zafqc4yp26ssiv16ni5bbi9vmvvdl55m29y"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags (list ,(string-append "CC=" (cc-for-target))
|
(list #:make-flags
|
||||||
(string-append "PREFIX=" (assoc-ref %outputs "out")))
|
#~(list (string-append "CC=" #$(cc-for-target))
|
||||||
#:tests? #f)) ; no tests
|
(string-append "PREFIX=" #$output))
|
||||||
|
#:tests? #f)) ; no test suite
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gettext-minimal))
|
(list gettext-minimal))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
|
||||||
Reference in a new issue