mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 14:00:59 +03:00
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;
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-Wno-error=incompatible-pointer-types" ];
|
||||
|
||||
prePatch = ''
|
||||
substituteInPlace ./ddcci/Makefile \
|
||||
--replace 'SUBDIRS="$(src)"' 'M=$(PWD)' \
|
||||
|
Loading…
Reference in New Issue
Block a user