me
/
guix
Archived
1
0
Fork 0

gnu: efilinux: Fix indentation of source code.

Follow-up to 6adfcbeab1.

* gnu/packages/efi.scm (efilinux): Fix indentation of source code.
master
Danny Milosavljevic 2019-02-04 00:16:47 +01:00
parent 6adfcbeab1
commit c7797b75cc
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 1 additions and 1 deletions

View File

@ -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)))