mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
rtl8812au: fix build with Linux >= 4.14.9
This commit is contained in:
parent
d3962b5bd2
commit
7448d1f060
@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
buildInputs = kernel.moduleBuildDependencies;
|
||||||
|
|
||||||
hardeningDisable = [ "pic" ];
|
hardeningDisable = [ "pic" ];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE="-Wno-error=incompatible-pointer-types";
|
NIX_CFLAGS_COMPILE="-Wno-error=incompatible-pointer-types";
|
||||||
|
Loading…
Reference in New Issue
Block a user