me
/
guix
Archived
1
0
Fork 0

gnu: lcrq: Use test-target.

* gnu/packages/networking.scm (lcrq)[arguments]: Set test-target. Remove
custom 'check phase.
Efraim Flashner 2022-08-11 17:50:17 +03:00
parent 2b579fd4f4
commit b0f298e2c6
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 5 deletions

View File

@ -14,7 +14,7 @@
;;; Copyright © 2016, 2017 Pjotr Prins <pjotr.guix@thebird.nl> ;;; Copyright © 2016, 2017 Pjotr Prins <pjotr.guix@thebird.nl>
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com> ;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2017, 2020, 2021 Leo Famulari <leo@famulari.name> ;;; 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, 2018, 2019 Rutger Helling <rhelling@mykolab.com>
;;; Copyright © 2017, 2019 Gábor Boskovits <boskovits@gmail.com> ;;; Copyright © 2017, 2019 Gábor Boskovits <boskovits@gmail.com>
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be> ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
@ -260,10 +260,7 @@ protocols.")
(cc-for-target)) (cc-for-target))
(string-append "PREFIX=" (string-append "PREFIX="
(assoc-ref %outputs "out")))) (assoc-ref %outputs "out"))))
#:phases (modify-phases %standard-phases #:test-target "test"))
(replace 'check
(lambda _
(invoke "make" "test"))))))
(home-page "https://librecast.net/lcrq.html") (home-page "https://librecast.net/lcrq.html")
(synopsis "librecast RaptorQ library") (synopsis "librecast RaptorQ library")
(description (description