linuxPackages_5_4.ddci-driver: fix build
https://hydra.nixos.org/build/109690986
This commit is contained in:
parent
f02e9f460d
commit
2971c829e5
@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = kernel.moduleBuildDependencies;
|
nativeBuildInputs = kernel.moduleBuildDependencies;
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = [ "-Wno-error=incompatible-pointer-types" ];
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
substituteInPlace ./ddcci/Makefile \
|
substituteInPlace ./ddcci/Makefile \
|
||||||
--replace 'SUBDIRS="$(src)"' 'M=$(PWD)' \
|
--replace 'SUBDIRS="$(src)"' 'M=$(PWD)' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user