lizardfs: enable Berkeley DB support

This commit is contained in:
Kevin Liu 2018-11-21 21:54:14 -05:00
parent 4bbc1a6ce3
commit 34f2931037
No known key found for this signature in database
GPG Key ID: 5A824102DFE3DD86

View File

@ -4,6 +4,7 @@
, cmake
, makeWrapper
, python
, db
, fuse
, asciidoc
, libxml2
@ -40,7 +41,7 @@ in stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake pkgconfig makeWrapper ];
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
];