Merge pull request #173604 from mehmooda/fix_breakpoint_hook
breakpointHook: Allow use of breakpointHook when cross-compiling
This commit is contained in:
commit
51e10e5356
@ -2798,7 +2798,7 @@ with pkgs;
|
||||
|
||||
brutespray = callPackage ../tools/security/brutespray { };
|
||||
|
||||
breakpointHook = assert stdenv.isLinux;
|
||||
breakpointHook = assert stdenv.buildPlatform.isLinux;
|
||||
makeSetupHook { } ../build-support/setup-hooks/breakpoint-hook.sh;
|
||||
|
||||
btrfs-progs = callPackage ../tools/filesystems/btrfs-progs { };
|
||||
|
Loading…
Reference in New Issue
Block a user