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

gnu: efibootmgr: Remove obsolete workaround.

* gnu/packages/linux.scm (efibootmgr)[arguments]: Don't set C_INCLUDE_PATH in
 #:configure-flags.
This commit is contained in:
Marius Bakke 2020-02-15 15:48:27 +01:00
parent 6388bed78c
commit 87d3e94d82
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -5095,12 +5095,7 @@ interface to the variable facility of UEFI boot firmware.")
;; installed (known as OS_VENDOR in the code).
;; GRUB overrides this, as such it's only used if
;; nothing else is specified on the command line.
"EFIDIR=gnu"
;; Treat kernel headers as system headers to prevent
;; warnings about conflicting types.
(string-append "C_INCLUDE_PATH="
(assoc-ref %build-inputs "kernel-headers")
"/include"))
"EFIDIR=gnu")
#:phases (modify-phases %standard-phases (delete 'configure))))
(native-inputs
`(("pkg-config" ,pkg-config)))