mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
@@ -207,7 +207,7 @@ and EFI variable management.")
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(install-file "efilinux.efi"
|
||||
(string-append (assoc-ref outputs "out")
|
||||
"/libexec"))
|
||||
"/libexec"))
|
||||
#t)))))
|
||||
(inputs
|
||||
`(("gnu-efi" ,gnu-efi)))
|
||||
|
||||
Reference in New Issue
Block a user