summary refs log tree commit diff
path: root/pkgs/os-specific/linux/rtl8812au
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-08-13 11:20:12 +0000
committerRobin Gloster <mail@glob.in>2016-08-14 08:59:55 +0000
commit8071cafe661294cc9ff5f9451974c4a4fac9140a (patch)
tree965bfea430e86e5900de8833718d0aea83f4a080 /pkgs/os-specific/linux/rtl8812au
parent2676cf9525c38ac8c6cb85a7d95f2e57e2760c3d (diff)
downloadnixpkgs-8071cafe661294cc9ff5f9451974c4a4fac9140a.tar
nixpkgs-8071cafe661294cc9ff5f9451974c4a4fac9140a.tar.gz
nixpkgs-8071cafe661294cc9ff5f9451974c4a4fac9140a.tar.bz2
nixpkgs-8071cafe661294cc9ff5f9451974c4a4fac9140a.tar.lz
nixpkgs-8071cafe661294cc9ff5f9451974c4a4fac9140a.tar.xz
nixpkgs-8071cafe661294cc9ff5f9451974c4a4fac9140a.tar.zst
nixpkgs-8071cafe661294cc9ff5f9451974c4a4fac9140a.zip
linuxPackages.rtl8812au: fix build
Diffstat (limited to 'pkgs/os-specific/linux/rtl8812au')
-rw-r--r--pkgs/os-specific/linux/rtl8812au/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/rtl8812au/default.nix b/pkgs/os-specific/linux/rtl8812au/default.nix
index 75c01cfe1f7..c38fa8843f4 100644
--- a/pkgs/os-specific/linux/rtl8812au/default.nix
+++ b/pkgs/os-specific/linux/rtl8812au/default.nix
@@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
 
   hardeningDisable = [ "pic" ];
 
+  NIX_CFLAGS_COMPILE="-Wno-error=incompatible-pointer-types";
+
   patchPhase = ''
     substituteInPlace ./Makefile --replace /lib/modules/ "${kernel.dev}/lib/modules/"
     substituteInPlace ./Makefile --replace '$(shell uname -r)' "${kernel.modDirVersion}"