mach-nix/mach_nix/nix/auto_patchelf_hook.nix
2020-11-19 11:15:03 +07:00

6 lines
175 B
Nix

{fetchurl, makeSetupHook, writeText}:
let
autoPatchelfHook = makeSetupHook { name = "auto-patchelf-hook-machnix"; }
./from-nixpkgs/auto-patchelf.sh;
in
autoPatchelfHook