man: remove BerkeleyDB dependency (#397409)

This commit is contained in:
Sandro
2025-04-14 15:47:16 +02:00
committed by GitHub
+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)