diff options
author | Marius Bakke <marius@gnu.org> | 2022-02-18 14:59:08 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-02-19 10:43:22 +0100 |
commit | 57bfc7233b3e28a48c5c61938a2f533d2dac5356 (patch) | |
tree | f0aedd9a171e2590f8fc4a0e0da2f795f51073df /gnu/local.mk | |
parent | 6e5d21942509ff29249f98ff0e0f3eabd7341144 (diff) |
gnu: efivar: Update to 38.
* gnu/packages/linux.scm (efivar): Update to 38.
[source](snippet, modules, patches): Remove.
[native-inputs]: Add MANDOC.
(efibootmgr)[source](modules, snippet): New fields.
* gnu/packages/patches/efivar-gcc-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 7e781d8126..75a60b0093 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1014,7 +1014,6 @@ dist_patch_DATA = \ %D%/packages/patches/ecl-16-ignore-stderr-write-error.patch \ %D%/packages/patches/ecl-16-libffi.patch \ %D%/packages/patches/efibootmgr-remove-extra-decl.patch \ - %D%/packages/patches/efivar-gcc-compat.patch \ %D%/packages/patches/eigen-remove-openmp-error-counting.patch \ %D%/packages/patches/eigen-stabilise-sparseqr-test.patch \ %D%/packages/patches/einstein-build.patch \ |