3
0
Fork 0
forked from mirrors/nixpkgs

gdbm: enable compatibility layer for dbm (#17063)

This commit is contained in:
Tim Cuthbertson 2016-08-13 19:12:26 +10:00 committed by Franz Pletz
parent c4d17c530e
commit 5164b2dec3

View file

@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
doCheck = true;
configureFlags = [ "--enable-libgdbm-compat" ];
meta = with stdenv.lib; {
description = "GNU dbm key/value database library";