mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
nvidiabl: fix for other kernel versions than current
It was using the version of currently *running* kernel (impurely). Close #6869.
This commit is contained in:
parent
a2e5e3dbf9
commit
a2dc00c177
@ -15,6 +15,7 @@ stdenv.mkDerivation {
|
||||
makeFlags = [
|
||||
"KDIR=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build"
|
||||
"DESTDIR=$(out)"
|
||||
"KVER=${kernel.modDirVersion}"
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user