diff options
author | Mark H Weaver <mhw@netris.org> | 2018-02-14 03:40:08 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-02-14 03:40:08 -0500 |
commit | 932c98326daa26657c970e38583f7904364cdd66 (patch) | |
tree | ea4b5f9cc2ee4460a119101d83ecfd0a70a44fb7 /gnu/packages/linux.scm | |
parent | 870541d6a7617e127f0aa9f729fba4daa729fd91 (diff) | |
parent | 75538328c292263a0c13bef3b0058aa291aeec48 (diff) |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 3d038914f2..691990b08c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3788,7 +3788,7 @@ under OpenGL graphics workloads.") (define-public efivar (package (name "efivar") - (version "30") + (version "34") (source (origin (method url-fetch) (uri (string-append "https://github.com/rhinstaller/" name @@ -3796,13 +3796,14 @@ under OpenGL graphics workloads.") "-" version ".tar.bz2")) (sha256 (base32 - "12qjnm44yi55ffqxjpgrxy82s89yjziy84w2rfjjknsd8flj0mqz")))) + "09a31y6sl3b33myy42gl9k732k1f440ycd07l6ac5d5l53kk8zhv")))) (build-system gnu-build-system) (arguments `(;; Tests require a UEFI system and is not detected in the chroot. #:tests? #f #:make-flags (list (string-append "prefix=" %output) (string-append "libdir=" %output "/lib") + "CC_FOR_BUILD=gcc" (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib")) #:phases (modify-phases %standard-phases |