gnu: dtc: Fix indentation.

* gnu/packages/bootloaders.scm (dtc): Fix indentation.
This commit is contained in:
Maxim Cournoyer 2022-12-01 11:28:07 -05:00
parent 76259d7305
commit 650636baca
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -479,14 +479,14 @@ (define-public dtc
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(append (append
(list bison (list bison
flex flex
libyaml libyaml
pkg-config pkg-config
swig) swig)
(if (member (%current-system) (package-supported-systems valgrind)) (if (member (%current-system) (package-supported-systems valgrind))
(list valgrind) (list valgrind)
'()))) '())))
(inputs (inputs
(list python)) (list python))
(arguments (arguments