gdbm: enable compatibility layer for dbm (#17063)

This commit is contained in:
Tim Cuthbertson
2016-08-13 11:12:26 +02:00
committed by Franz Pletz
parent c4d17c530e
commit 5164b2dec3
@@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
doCheck = true;
configureFlags = [ "--enable-libgdbm-compat" ];
meta = with stdenv.lib; {
description = "GNU dbm key/value database library";