edb: pin capstone to 4.0.2

This commit is contained in:
Artur Cygan
2024-01-15 18:04:17 +01:00
parent 96366f6f05
commit 9e015e0334
+2 -2
View File
@@ -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.