breakpointHook: move to by-name (#338497)
This commit is contained in:
commit
e6c09b2d57
6
pkgs/by-name/br/breakpointHook/package.nix
Normal file
6
pkgs/by-name/br/breakpointHook/package.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ stdenv, makeSetupHook }:
|
||||
|
||||
makeSetupHook {
|
||||
name = "breakpoint-hook";
|
||||
meta.broken = !stdenv.buildPlatform.isLinux;
|
||||
} ./breakpoint-hook.sh
|
@ -4,7 +4,6 @@
|
||||
, fetchFromGitHub
|
||||
, buildGoModule
|
||||
, makeWrapper
|
||||
, breakpointHook
|
||||
, jq
|
||||
, curl
|
||||
, kubectl
|
||||
@ -32,7 +31,7 @@ buildGoModule {
|
||||
subPackages = [ "." ];
|
||||
vendorHash = "sha256-JkQbQ2NEaumXbAfsv0fNiQf/EwMs3SDLHvu7c/bU7fU=";
|
||||
|
||||
nativeBuildInputs = [ makeWrapper jq curl breakpointHook ];
|
||||
nativeBuildInputs = [ makeWrapper jq curl ];
|
||||
|
||||
ldflags = [
|
||||
"-s"
|
||||
|
@ -4261,11 +4261,6 @@ with pkgs;
|
||||
|
||||
brutespray = callPackage ../tools/security/brutespray { };
|
||||
|
||||
breakpointHook = assert stdenv.buildPlatform.isLinux;
|
||||
makeSetupHook {
|
||||
name = "breakpoint-hook";
|
||||
} ../build-support/setup-hooks/breakpoint-hook.sh;
|
||||
|
||||
btrfs-progs = callPackage ../tools/filesystems/btrfs-progs { };
|
||||
|
||||
btrfs-snap = callPackage ../tools/filesystems/btrfs-snap { };
|
||||
|
Loading…
Reference in New Issue
Block a user