gnu: efilinux: Fix indentation of source code.
Follow-up to 6adfcbeab1
.
* gnu/packages/efi.scm (efilinux): Fix indentation of source code.
This commit is contained in:
parent
6adfcbeab1
commit
c7797b75cc
|
@ -207,7 +207,7 @@ and EFI variable management.")
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(install-file "efilinux.efi"
|
(install-file "efilinux.efi"
|
||||||
(string-append (assoc-ref outputs "out")
|
(string-append (assoc-ref outputs "out")
|
||||||
"/libexec"))
|
"/libexec"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gnu-efi" ,gnu-efi)))
|
`(("gnu-efi" ,gnu-efi)))
|
||||||
|
|
Loading…
Reference in New Issue