linuxPackages.evdi: bump to 1.14.11 with fix (#447517)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user