dbxml: move db62 to propagatedBuildInputs. (#45878)

Some public DB XML headers include db.h from Berkeley DB. Move db62
to propagatedBuildInputs, to ensure that packages with a dependency
on dbxml, but without a dependency on db compile.
This commit is contained in:
Daniël de Kok 2018-09-01 16:09:44 +02:00 committed by xeji
parent 1f073bc40b
commit 958bdc313c

View file

@ -15,7 +15,11 @@ stdenv.mkDerivation rec {
];
buildInputs = [
db62 xercesc xqilla
xercesc xqilla
];
propagatedBuildInputs = [
db62
];
configureFlags = [