3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

Revert "gnu: efivar: Update to 36."

This may cause grub-install to fail to update EFI variables, yet complete
with a successful exit code:

Installing for x86_64-efi platform.
Could not prepare Boot variable: No such file or directory.
Installation finished. No error reported.

...causing existing boot entries to disappear.  Investigation pending.

This reverts commit 6e5a6e641a.
This commit is contained in:
Marius Bakke 2018-06-25 22:32:35 +02:00
parent 042358a9cf
commit 887fe1fbde
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3939,7 +3939,7 @@ under OpenGL graphics workloads.")
(define-public efivar
(package
(name "efivar")
(version "36")
(version "35")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/rhinstaller/" name
@ -3947,7 +3947,7 @@ under OpenGL graphics workloads.")
"-" version ".tar.bz2"))
(sha256
(base32
"0cqdikspdmj7imc646q0k7hhw10r8spxa22zm1w0ji49131crgwl"))))
"153k2ifyl4giz5fkryxhz8z621diqjy7v25hfga4z94rs32ks0qy"))))
(build-system gnu-build-system)
(arguments
`(;; Tests require a UEFI system and is not detected in the chroot.