zydis: propagate zycore dependency

This fixes issues with using CMake `find_package` to link Zydis, which
in turn attempts to `find_package` Zycore.
This commit is contained in:
Joel Höner
2024-10-12 16:22:41 +02:00
parent 54cce652cb
commit 666ed31e64
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ cmake ];
buildInputs = [ zycore ];
propagatedBuildInputs = [ zycore ];
cmakeFlags = [
"-DCMAKE_INSTALL_LIBDIR=lib"
"-DCMAKE_INSTALL_INCLUDEDIR=include"