diff options
author | Leo Famulari <leo@famulari.name> | 2023-03-11 11:27:47 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-03-11 11:36:19 -0500 |
commit | 9ba649a926ad4717a7550e7d6d4495bc8524b222 (patch) | |
tree | c5b2084a8cc8a76fe15875c60967412e465d8c38 /gnu/local.mk | |
parent | 9f04a24211ec3c5acbeda9dfaaed7bf74492e3b0 (diff) | |
download | guix-9ba649a926ad4717a7550e7d6d4495bc8524b222.tar.gz |
gnu: evdi: Fix build with linux-libre 6.2.
* gnu/packages/patches/evdi-fix-build-with-linux-6.2.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/linux.scm (evdi)[source]: Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 97d96f1573..4fb0e9cec4 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1087,6 +1087,7 @@ dist_patch_DATA = \ %D%/packages/patches/esmini-use-pkgconfig.patch \ %D%/packages/patches/esmtp-add-lesmtp.patch \ %D%/packages/patches/eudev-rules-directory.patch \ + %D%/packages/patches/evdi-fix-build-with-linux-6.2.patch \ %D%/packages/patches/exercism-disable-self-update.patch \ %D%/packages/patches/extempore-unbundle-external-dependencies.patch \ %D%/packages/patches/extundelete-e2fsprogs-1.44.patch \ |