mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: efivar: Update to 36.
* gnu/packages/linux.scm (efivar): Update to 36.
This commit is contained in:
parent
c6dd279004
commit
025370b045
1 changed files with 3 additions and 3 deletions
|
@ -3980,7 +3980,7 @@ under OpenGL graphics workloads.")
|
||||||
(define-public efivar
|
(define-public efivar
|
||||||
(package
|
(package
|
||||||
(name "efivar")
|
(name "efivar")
|
||||||
(version "35")
|
(version "36")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/rhboot/" name
|
(uri (string-append "https://github.com/rhboot/" name
|
||||||
|
@ -3988,7 +3988,7 @@ under OpenGL graphics workloads.")
|
||||||
"-" version ".tar.bz2"))
|
"-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"153k2ifyl4giz5fkryxhz8z621diqjy7v25hfga4z94rs32ks0qy"))))
|
"0cqdikspdmj7imc646q0k7hhw10r8spxa22zm1w0ji49131crgwl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; Tests require a UEFI system and is not detected in the chroot.
|
`(;; Tests require a UEFI system and is not detected in the chroot.
|
||||||
|
@ -3999,7 +3999,7 @@ under OpenGL graphics workloads.")
|
||||||
(string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))
|
(string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure))))
|
(delete 'configure)))) ; no configure script
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Add table
Reference in a new issue