summary refs log tree commit diff
path: root/pkgs/os-specific/linux/rtl8812au
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2017-12-31 07:12:54 +0000
committerOrivej Desh <orivej@gmx.fr>2017-12-31 07:12:54 +0000
commit7448d1f06070caf5bc60458e8f414c78082cfc13 (patch)
treef35bedda4262d0c2d132a7c77c344c63b36a7af6 /pkgs/os-specific/linux/rtl8812au
parentd3962b5bd2176d1acfa74a02920d47b3523eb0f3 (diff)
downloadnixpkgs-7448d1f06070caf5bc60458e8f414c78082cfc13.tar
nixpkgs-7448d1f06070caf5bc60458e8f414c78082cfc13.tar.gz
nixpkgs-7448d1f06070caf5bc60458e8f414c78082cfc13.tar.bz2
nixpkgs-7448d1f06070caf5bc60458e8f414c78082cfc13.tar.lz
nixpkgs-7448d1f06070caf5bc60458e8f414c78082cfc13.tar.xz
nixpkgs-7448d1f06070caf5bc60458e8f414c78082cfc13.tar.zst
nixpkgs-7448d1f06070caf5bc60458e8f414c78082cfc13.zip
rtl8812au: fix build with Linux >= 4.14.9
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 4ea6b35e377..c79de39d5da 100644
--- a/pkgs/os-specific/linux/rtl8812au/default.nix
+++ b/pkgs/os-specific/linux/rtl8812au/default.nix
@@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
     })
   ];
 
+  buildInputs = kernel.moduleBuildDependencies;
+
   hardeningDisable = [ "pic" ];
 
   NIX_CFLAGS_COMPILE="-Wno-error=incompatible-pointer-types";