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;
|
kernel = if libsOnly then null else kernel.dev;
|
||||||
kernelVersion = if libsOnly then null else kernel.modDirVersion;
|
kernelVersion = if libsOnly then null else kernel.modDirVersion;
|
||||||
|
|
||||||
|
makeFlags = optionals (!libsOnly) kernel.makeFlags;
|
||||||
|
|
||||||
hardeningDisable = [ "pic" "format" ];
|
hardeningDisable = [ "pic" "format" ];
|
||||||
|
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user