man: remove BerkeleyDB dependency

This commit is contained in:
h0nIg
2025-04-12 17:33:08 +02:00
committed by Hans-Joachim Kliemeck
parent b2bead9d60
commit cb3750ddfa
+2 -2
View File
@@ -1,6 +1,6 @@
{
buildPackages,
db,
gdbm,
fetchurl,
groff,
gzip,
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
libpipeline
db
gdbm
groff
libiconv'
]; # (Yes, 'groff' is both native and build input)