Merge pull request #173604 from mehmooda/fix_breakpoint_hook
breakpointHook: Allow use of breakpointHook when cross-compiling
This commit is contained in:
commit
51e10e5356
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue