about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/edb
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2024-04-08 09:45:05 +0200
committerGitHub <noreply@github.com>2024-04-08 09:45:05 +0200
commit72a365b6172c9eae4fc1e0ea405715c8b0a90c19 (patch)
tree349b9aec7bac0a7d9a3ac921c6a8685d30d2a998 /pkgs/development/tools/misc/edb
parentc740c98fc17401d49fbd9bae474d0919f212ea0a (diff)
parent4479cc7cff3dfe6b71f5cc4b7f5ee362f0b2cf11 (diff)
Merge pull request #245527 from arcz/capstone-5.0
capstone: 4.0.2 -> 5.0.1
Diffstat (limited to 'pkgs/development/tools/misc/edb')
-rw-r--r--pkgs/development/tools/misc/edb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/edb/default.nix b/pkgs/development/tools/misc/edb/default.nix
index d6fac75190f6e..a1f9120f314c1 100644
--- a/pkgs/development/tools/misc/edb/default.nix
+++ b/pkgs/development/tools/misc/edb/default.nix
@@ -1,4 +1,4 @@
-{ lib, mkDerivation, fetchFromGitHub, cmake, pkg-config, boost, capstone
+{ lib, mkDerivation, fetchFromGitHub, cmake, pkg-config, boost, capstone_4
 , double-conversion, graphviz, qtxmlpatterns }:
 
 mkDerivation rec {
@@ -15,7 +15,7 @@ mkDerivation rec {
 
   nativeBuildInputs = [ cmake pkg-config ];
 
-  buildInputs = [ boost.dev capstone double-conversion graphviz qtxmlpatterns ];
+  buildInputs = [ boost.dev capstone_4 double-conversion graphviz qtxmlpatterns ];
 
   postPatch = ''
     # Remove CMAKE_INSTALL_PREFIX from DEFAULT_PLUGIN_PATH otherwise the nix store path will appear twice.