676e68e
1 2 3 4 5 6 7 8
self: super: { neomutt = super.neomutt.overrideAttrs (old: { buildInputs = old.buildInputs ++ [ self.gdbm ]; configureFlags = old.configureFlags ++ [ "--gdbm" ]; } ); }