gnu: netcat-openbsd: Update to 1.218-2.
* gnu/packages/admin.scm (netcat-openbsd): Update to 1.218-2. [arguments]: Don't explicitly return #t from phases.
This commit is contained in:
parent
1b1f557d88
commit
ef9797c67b
@ -1000,7 +1000,7 @@ would need and has several interesting built-in capabilities.")
|
|||||||
(define-public netcat-openbsd
|
(define-public netcat-openbsd
|
||||||
(package
|
(package
|
||||||
(name "netcat-openbsd")
|
(name "netcat-openbsd")
|
||||||
(version "1.217-2")
|
(version "1.218-2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
@ -1009,7 +1009,7 @@ would need and has several interesting built-in capabilities.")
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19sr52ix14w344pv13ppb0c1wyg5dxhic1fw2q0s3qfmx57b9hhp"))))
|
"1rj4nx0jdism1idc4fghahqbafhv72cpk7zlyq9czgvbps10d1kh"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no test suite
|
`(#:tests? #f ; no test suite
|
||||||
@ -1021,8 +1021,7 @@ would need and has several interesting built-in capabilities.")
|
|||||||
(add-before 'build 'patch
|
(add-before 'build 'patch
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "QUILT_PATCHES" "debian/patches")
|
(setenv "QUILT_PATCHES" "debian/patches")
|
||||||
(invoke "quilt" "push" "-a")
|
(invoke "quilt" "push" "-a")))
|
||||||
#t))
|
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
@ -1033,8 +1032,7 @@ would need and has several interesting built-in capabilities.")
|
|||||||
(install-file "nc" bin)
|
(install-file "nc" bin)
|
||||||
(install-file "nc.1" man)
|
(install-file "nc.1" man)
|
||||||
(install-file "debian/copyright" doc)
|
(install-file "debian/copyright" doc)
|
||||||
(copy-recursively "debian/examples" examples)
|
(copy-recursively "debian/examples" examples)))))))
|
||||||
#t))))))
|
|
||||||
(inputs `(("libbsd" ,libbsd)))
|
(inputs `(("libbsd" ,libbsd)))
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)
|
(native-inputs `(("pkg-config" ,pkg-config)
|
||||||
("quilt" ,quilt)))
|
("quilt" ,quilt)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user