7 lines
212 B
Nix
7 lines
212 B
Nix
|
{ addDriverRunpath, autoFixElfFiles, makeSetupHook }:
|
||
|
|
||
|
makeSetupHook {
|
||
|
name = "auto-add-driver-runpath-hook";
|
||
|
propagatedBuildInputs = [ addDriverRunpath autoFixElfFiles ];
|
||
|
} ./auto-add-driver-runpath-hook.sh
|