~ruther/guix-local

ee981ba5f90bd3ba3f958cd0a2d08a68fd63ce7e — Efraim Flashner 3 years ago b62c3fb
gnu: lcsync: Use test-target.

* gnu/packages/networking.scm (lcsync)[arguments]: Set test-target.
Remove custom 'check phase.
1 files changed, 1 insertions(+), 3 deletions(-)

M gnu/packages/networking.scm
M gnu/packages/networking.scm => gnu/packages/networking.scm +1 -3
@@ 295,6 295,7 @@ the RFC.")
                            "SETCAP_PROGRAM=true"
                            (string-append "prefix="
                                           (assoc-ref %outputs "out"))))
       #:test-target "test"
       #:phases (modify-phases %standard-phases
                  (delete 'configure) ;no configure script
                  (add-before 'check 'remove-network-tests


@@ 303,9 304,6 @@ the RFC.")
                      (delete-file "./test/0000-0027.c")
                      (delete-file "./test/0000-0049.c")
                      (delete-file "./test/0000-0074.c")))
                  (replace 'check
                    (lambda _
                      (invoke "make" "test" "CC=gcc")))
                  (add-before 'build 'add-library-paths
                    (lambda* (#:key inputs #:allow-other-keys)
                      (let* ((librecast (assoc-ref inputs "librecast")))