persistent-cache-cpp: Propagate leveldb

libpersistent-cache-cpp is a static library that still needs to be linked with leveldb.
Propagating this dependency is easier than trying & failing to link.
This commit is contained in:
OPNA2608 2023-10-06 21:22:21 +02:00
parent b89bf6f9f2
commit 3ddfc8671c

View File

@ -69,6 +69,9 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
boost
lomiri.cmake-extras
];
propagatedBuildInputs = [
leveldb
];