gnu: lcrq: Simplify package.

* gnu/packages/networking.scm (lcrq) [arguments]: Use G-expressions.
Remove redundant 'target' variable which has no use.

Change-Id: I12fad224eb272383fce3025ddf6f17f8e59aab52
This commit is contained in:
Sharlatan Hellseher 2024-02-24 20:13:28 +00:00
parent 39195914ec
commit 74c43acff3
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 6 additions and 7 deletions

View File

@ -281,13 +281,12 @@ protocols.")
"1m29p4bsafzbchnkidyrnglfdf1c9pnq6akkmivi23qdv9kj51dg"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-tests? #f
#:make-flags (let ((target ,(%current-target-system)))
(list ,(string-append "CC="
(cc-for-target))
(string-append "PREFIX="
(assoc-ref %outputs "out"))))
#:test-target "test"))
(list
#:parallel-tests? #f
#:make-flags
#~(list (string-append "CC=" #$(cc-for-target))
(string-append "PREFIX=" #$output))
#:test-target "test"))
(home-page "https://librecast.net/lcrq.html")
(synopsis "Librecast RaptorQ library")
(description