gnu: netcat-openbsd: Update to 1.217-1.

* gnu/packages/admin.scm (netcat-openbsd): Update to 1.217-1.
[arguments]: Remove obsolete #:configure-flags.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-25 19:29:43 +02:00
parent 18a91ab897
commit ae58ebba82
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -718,7 +718,7 @@ (define-public netcat
(define-public netcat-openbsd
(package
(name "netcat-openbsd")
(version "1.206-1")
(version "1.217-1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -727,14 +727,12 @@ (define-public netcat-openbsd
(file-name (git-file-name name version))
(sha256
(base32
"08r3mmck3s5pbvwyq19wp5g8jqcxza3cm8nkc6jm7rqn4jdydc4z"))))
"0kcvi3pav2fdx5c22psjv5dggk4cmrqiaq2cklhqngsk4a7vrjan"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no test suite
`(#:tests? #f ; no test suite
#:make-flags
(list "CC=gcc"
(string-append "CFLAGS=-I" (assoc-ref %build-inputs "libbsd") "/include")
"LDFLAGS=-lbsd")
(list "CC=gcc")
#:phases
(modify-phases %standard-phases
(delete 'configure)