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:
Cayetano Santos 2025-09-17 16:26:08 +02:00 committed by Maxim Cournoyer
parent 79ee655238
commit b5c3d802e5
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -338,11 +338,13 @@ for possible workarounds.")
"1ndyzg1zlgg20dd8js9kfqm5kq19k005vddkvf65qj20w0pcyahn"))))
(build-system gnu-build-system)
(arguments
'(#:phases
(modify-phases %standard-phases
(delete 'configure)) ; no configure
#:make-flags (list (string-append "PREFIX=" %output))
#:tests? #f)) ; no tests
(list
#:phases
#~(modify-phases %standard-phases
(delete 'configure)) ; no configure
#:make-flags
#~(list (string-append "PREFIX=" #$output))
#:tests? #f)) ; no tests
(native-inputs
(list pkg-config))
(inputs