me
/
guix
Archived
1
0
Fork 0

gnu: nq: Use G-expressions.

* gnu/packages/admin.scm (nq)[arguments]:
Rewrite as G-expressions.
master
Tobias Geerinckx-Rice 2022-05-08 02:00:02 +02:00
parent 4051231d20
commit d24ad39491
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 6 additions and 5 deletions

View File

@ -4882,11 +4882,12 @@ the XMODEM/YMODEM/ZMODEM file transfer protocols.")
(native-inputs
(list perl))
(arguments
`(#:make-flags (list (string-append "CC=" ,(cc-for-target))
(string-append "PREFIX=" (assoc-ref %outputs "out")))
#:phases
(modify-phases %standard-phases
(delete 'configure))))
(list #:make-flags
#~(list (string-append "CC=" #$(cc-for-target))
(string-append "PREFIX=" #$output))
#:phases
#~(modify-phases %standard-phases
(delete 'configure))))
(synopsis "Unix command line queue utility")
(description
"@code{nq} can create very lightweight job queue systems which require no