lizardfs: enable Berkeley DB support
This commit is contained in:
parent
4bbc1a6ce3
commit
34f2931037
@ -4,6 +4,7 @@
|
|||||||
, cmake
|
, cmake
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
, python
|
, python
|
||||||
|
, db
|
||||||
, fuse
|
, fuse
|
||||||
, asciidoc
|
, asciidoc
|
||||||
, libxml2
|
, libxml2
|
||||||
@ -40,7 +41,7 @@ in stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ cmake pkgconfig makeWrapper ];
|
nativeBuildInputs = [ cmake pkgconfig makeWrapper ];
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ fuse asciidoc libxml2 libxslt docbook_xml_dtd_412 docbook_xsl
|
[ db fuse asciidoc libxml2 libxslt docbook_xml_dtd_412 docbook_xsl
|
||||||
zlib boost judy pam
|
zlib boost judy pam
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user