mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: qdl: Improve style.
* gnu/packages/flashing-tools.scm (qdl)[arguments]: Use Gexps. Change-Id: Id536b6fffd0881c09101558e935d948cd544c0f4 Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
This commit is contained in:
parent
9acd7ea835
commit
b7d3e55b48
1 changed files with 8 additions and 4 deletions
|
@ -845,10 +845,14 @@ production use.")
|
|||
(native-inputs (list libxml2))
|
||||
(inputs (list eudev))
|
||||
(arguments
|
||||
`(#:tests? #f ; No tests implemented
|
||||
#:make-flags (list (string-append "CC=" ,(cc-for-target))
|
||||
(string-append "prefix=" %output))
|
||||
#:phases (modify-phases %standard-phases (delete 'configure))))
|
||||
(list
|
||||
#:tests? #f ; No tests implemented
|
||||
#:make-flags
|
||||
#~(list (string-append "CC=" #$(cc-for-target))
|
||||
(string-append "prefix=" #$output))
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(delete 'configure))))
|
||||
(home-page "https://git.linaro.org/landing-teams/working/qualcomm/qdl")
|
||||
(synopsis "Qualcomm EDL mode flashing tool")
|
||||
(description "This tool communicates with USB devices of id 05c6:9008 to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue