summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-08-11 17:50:17 +0300
committerEfraim Flashner <efraim@flashner.co.il>2022-08-11 19:35:21 +0300
commitb0f298e2c656879cf68a8df5e820ab396e860a1d (patch)
tree3be2c979a5a00f0639ec39e52898bc4984adf287
parent2b579fd4f453bb1a3592eb8e634ea1dff64efab6 (diff)
downloadguix-patches-b0f298e2c656879cf68a8df5e820ab396e860a1d.tar
guix-patches-b0f298e2c656879cf68a8df5e820ab396e860a1d.tar.gz
gnu: lcrq: Use test-target.
* gnu/packages/networking.scm (lcrq)[arguments]: Set test-target. Remove custom 'check phase.
-rw-r--r--gnu/packages/networking.scm7
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 741cd74df8..392e28aad1 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -14,7 +14,7 @@
;;; Copyright © 2016, 2017 Pjotr Prins <pjotr.guix@thebird.nl>
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2017, 2020, 2021 Leo Famulari <leo@famulari.name>
-;;; Copyright © 2017, 2018, 2019, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2017-2022 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017, 2018, 2019 Rutger Helling <rhelling@mykolab.com>
;;; Copyright © 2017, 2019 Gábor Boskovits <boskovits@gmail.com>
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
@@ -260,10 +260,7 @@ protocols.")
(cc-for-target))
(string-append "PREFIX="
(assoc-ref %outputs "out"))))
- #:phases (modify-phases %standard-phases
- (replace 'check
- (lambda _
- (invoke "make" "test"))))))
+ #:test-target "test"))
(home-page "https://librecast.net/lcrq.html")
(synopsis "librecast RaptorQ library")
(description