mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
linuxPackages.nvidia_x11: apply kernel module makeFlags
This commit is contained in:
parent
7b2709f6a4
commit
636e17aab5
|
@ -75,6 +75,8 @@ let
|
|||
kernel = if libsOnly then null else kernel.dev;
|
||||
kernelVersion = if libsOnly then null else kernel.modDirVersion;
|
||||
|
||||
makeFlags = optionals (!libsOnly) kernel.makeFlags;
|
||||
|
||||
hardeningDisable = [ "pic" "format" ];
|
||||
|
||||
dontStrip = true;
|
||||
|
|
Loading…
Reference in a new issue