mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
MODLIB needs to be passed directly to make
This commit is contained in:
parent
aa40e0ff59
commit
471b4bc9bb
@ -82,7 +82,7 @@ stdenv.mkDerivation ({
|
||||
runHook postInstall
|
||||
'';
|
||||
} // optionalAttrs features.modular {
|
||||
MODLIB = "$(out)/lib/modules/${modDirVersion}";
|
||||
makeFlags = [ "MODLIB=\"$(out)/lib/modules/${modDirVersion}\"" ];
|
||||
|
||||
INSTALL_MOD_STRIP = "1";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user