me
/
guix
Archived
1
0
Fork 0

gnu: dtc: Fix indentation.

* gnu/packages/bootloaders.scm (dtc): Fix indentation.
master
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
1 changed files with 8 additions and 8 deletions

View File

@ -479,14 +479,14 @@ menu to select one of the installed operating systems.")
(build-system gnu-build-system)
(native-inputs
(append
(list bison
flex
libyaml
pkg-config
swig)
(if (member (%current-system) (package-supported-systems valgrind))
(list valgrind)
'())))
(list bison
flex
libyaml
pkg-config
swig)
(if (member (%current-system) (package-supported-systems valgrind))
(list valgrind)
'())))
(inputs
(list python))
(arguments