linuxPackages.evdi: bump to 1.14.11 with fix (#447517)

This commit is contained in:
Pol Dellaiera
2025-10-02 12:12:34 +00:00
committed by GitHub
+7 -2
View File
@@ -17,15 +17,20 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "evdi";
version = "1.14.10";
version = "1.14.11";
src = fetchFromGitHub {
owner = "DisplayLink";
repo = "evdi";
tag = "v${finalAttrs.version}";
hash = "sha256-xB3AHg9t/X8vw5p7ohFQ+WuMjb1P8DAP3pROiwWkVPs=";
hash = "sha256-SxYUhu76vwgCQgjOYVpvdWsFpNcyzuSjZe3x/v566VU=";
};
prePatch = ''
substituteInPlace module/Makefile \
--replace-fail '/etc/os-release' '/dev/null'
'';
env.CFLAGS = toString [
"-Wno-error"
"-Wno-error=discarded-qualifiers" # for Linux 4.19 compatibility