Remove breakpointHook
This commit is contained in:
parent
38f68027f4
commit
61df486818
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, stdenv, fetchgit, pkg-config, cmake, openssl, rizin, breakpointHook }: stdenv.mkDerivation {
|
||||
{ lib, stdenv, fetchgit, pkg-config, cmake, openssl, rizin }: stdenv.mkDerivation {
|
||||
name = "rz-ghidra";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/rizinorg/rz-ghidra.git";
|
||||
|
@ -8,5 +8,5 @@
|
|||
};
|
||||
mesonFlags = [ "-Djsc_folder=/build/source/" ];
|
||||
buildInputs = [ rizin cmake openssl ];
|
||||
nativeBuildInputs = [ pkg-config breakpointHook ];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue