From 9ba649a926ad4717a7550e7d6d4495bc8524b222 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Sat, 11 Mar 2023 11:27:47 -0500 Subject: 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. --- gnu/packages/linux.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/linux.scm') 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")))) -- cgit 1.4.1