···25 description = "Text-based addressbook program designed to use with mutt mail client";
26 license = lib.licenses.gpl2;
27 maintainers = [ lib.maintainers.edwtjo ];
28- platforms = with lib.platforms; linux;
29 };
30}
···25 description = "Text-based addressbook program designed to use with mutt mail client";
26 license = lib.licenses.gpl2;
27 maintainers = [ lib.maintainers.edwtjo ];
28+ platforms = with lib.platforms; unix;
29 };
30}