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:
parent
1f073bc40b
commit
958bdc313c
@ -15,7 +15,11 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
db62 xercesc xqilla
|
xercesc xqilla
|
||||||
|
];
|
||||||
|
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
db62
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user