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:
parent
b89bf6f9f2
commit
3ddfc8671c
@ -69,6 +69,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
buildInputs = [
|
||||
boost
|
||||
lomiri.cmake-extras
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
leveldb
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user