libcmis: explicitly specify boost location
This commit is contained in:
parent
8ef584d834
commit
173ad91bc7
@ -46,6 +46,7 @@ stdenv.mkDerivation rec {
|
||||
configureFlags = [
|
||||
"--disable-werror"
|
||||
"DOCBOOK2MAN=${docbook2x}/bin/docbook2man"
|
||||
"--with-boost=${boost.dev}"
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user