mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
gdbm: enable compatibility layer for dbm (#17063)
This commit is contained in:
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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user