guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: netcat-openbsd: Update to 1.217-1.


From: guix-commits
Subject: 03/04: gnu: netcat-openbsd: Update to 1.217-1.
Date: Mon, 25 May 2020 13:31:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ae58ebba8211f3593fb6d7214f5b80bc6aca5929
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon May 25 19:29:43 2020 +0200

    gnu: netcat-openbsd: Update to 1.217-1.
    
    * gnu/packages/admin.scm (netcat-openbsd): Update to 1.217-1.
    [arguments]: Remove obsolete #:configure-flags.
---
 gnu/packages/admin.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index cb8e73e..7ec68d1 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -718,7 +718,7 @@ would need and has several interesting built-in 
capabilities.")
 (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 @@ would need and has several interesting built-in 
capabilities.")
               (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)



reply via email to

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