mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: dtc: Fix indentation.
* gnu/packages/bootloaders.scm (dtc): Fix indentation.
This commit is contained in:
parent
76259d7305
commit
650636baca
1 changed files with 8 additions and 8 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue