mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 03:20:04 +01:00
gnu: nq: Use G-expressions.
* gnu/packages/admin.scm (nq)[arguments]: Rewrite as G-expressions.
This commit is contained in:
parent
4051231d20
commit
d24ad39491
1 changed files with 6 additions and 5 deletions
|
@ -4882,10 +4882,11 @@ 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")))
|
||||
(list #:make-flags
|
||||
#~(list (string-append "CC=" #$(cc-for-target))
|
||||
(string-append "PREFIX=" #$output))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
#~(modify-phases %standard-phases
|
||||
(delete 'configure))))
|
||||
(synopsis "Unix command line queue utility")
|
||||
(description
|
||||
|
|
Loading…
Add table
Reference in a new issue