Skip to content

Commit

Permalink
rtl8812au: fix build with Linux >= 4.14.9
Browse files Browse the repository at this point in the history
(cherry picked from commit 7448d1f)
  • Loading branch information
orivej committed Dec 31, 2017
1 parent b505e6d commit 01f8250
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/os-specific/linux/rtl8812au/default.nix
Expand Up @@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
})
];

buildInputs = kernel.moduleBuildDependencies;

hardeningDisable = [ "pic" ];

NIX_CFLAGS_COMPILE="-Wno-error=incompatible-pointer-types";
Expand Down

0 comments on commit 01f8250

Please sign in to comment.