libcmis: explicitly specify boost location

This commit is contained in:
K900 2025-07-17 12:30:33 +03:00
parent 8ef584d834
commit 173ad91bc7

View File

@ -46,6 +46,7 @@ stdenv.mkDerivation rec {
configureFlags = [
"--disable-werror"
"DOCBOOK2MAN=${docbook2x}/bin/docbook2man"
"--with-boost=${boost.dev}"
];
doCheck = true;