587713944a
GitOrigin-RevId: 6143fc5eeb9c4f00163267708e26191d1e918932
6 lines
212 B
Nix
6 lines
212 B
Nix
{ addDriverRunpath, autoFixElfFiles, makeSetupHook }:
|
|
|
|
makeSetupHook {
|
|
name = "auto-add-driver-runpath-hook";
|
|
propagatedBuildInputs = [ addDriverRunpath autoFixElfFiles ];
|
|
} ./auto-add-driver-runpath-hook.sh
|