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/packages/linux.scm | |
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/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index f149c4a208..d9f5b98d07 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1538,6 +1538,7 @@ is also needed for the @code{tuxedo-control-center} (short tcc) package.") (url "https://github.com/DisplayLink/evdi") (commit "bdc258b25df4d00f222fde0e3c5003bf88ef17b5"))) (file-name (git-file-name name version)) + (patches (search-patches "evdi-fix-build-with-linux-6.2.patch")) (sha256 (base32 "1yi7mbyvxm9lsx6i1xbwp2bihwgzhwxkydk1kbngw5a5kw9azpws")))) |