mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
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
|