mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rkflashtool: Improve style.
* gnu/packages/flashing-tools.scm (rkflashtool)[arguments]: Use Gexps. Change-Id: I4634e0ff6de571e30731fd188e3227face081e6e Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
This commit is contained in:
parent
79ee655238
commit
b5c3d802e5
1 changed files with 7 additions and 5 deletions
|
@ -338,11 +338,13 @@ for possible workarounds.")
|
||||||
"1ndyzg1zlgg20dd8js9kfqm5kq19k005vddkvf65qj20w0pcyahn"))))
|
"1ndyzg1zlgg20dd8js9kfqm5kq19k005vddkvf65qj20w0pcyahn"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
(list
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
(delete 'configure)) ; no configure
|
#~(modify-phases %standard-phases
|
||||||
#:make-flags (list (string-append "PREFIX=" %output))
|
(delete 'configure)) ; no configure
|
||||||
#:tests? #f)) ; no tests
|
#:make-flags
|
||||||
|
#~(list (string-append "PREFIX=" #$output))
|
||||||
|
#:tests? #f)) ; no tests
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue