[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: Revert "gnu: efivar: Update to 36."
From: |
Tobias Geerinckx-Rice |
Subject: |
01/01: Revert "gnu: efivar: Update to 36." |
Date: |
Thu, 16 Aug 2018 15:09:02 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit bf3c84bd2de9cc3f24805c14024a2375d8980512
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Aug 16 21:07:15 2018 +0200
Revert "gnu: efivar: Update to 36."
This reverts commit 025370b045fc76a547783e1e81e381bf2e7a3d80.
See <https://github.com/rhboot/efivar/issues/111>, and
887fe1fbde7d72788ec348ab4665e1df3d0d704f...
---
gnu/packages/linux.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 0477f40..66dff16 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3977,7 +3977,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/rhboot/" name
@@ -3985,7 +3985,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.
@@ -3996,7 +3996,7 @@ under OpenGL graphics workloads.")
(string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))
#:phases
(modify-phases %standard-phases
- (delete 'configure)))) ; no configure script
+ (delete 'configure))))
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs