abook: set platforms to unix

This commit is contained in:
AndersonTorres 2022-03-17 21:05:41 -03:00
parent bf756bff7d
commit cc1e9f4257

View file

@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
description = "Text-based addressbook program designed to use with mutt mail client"; description = "Text-based addressbook program designed to use with mutt mail client";
license = lib.licenses.gpl2; license = lib.licenses.gpl2;
maintainers = [ lib.maintainers.edwtjo ]; maintainers = [ lib.maintainers.edwtjo ];
platforms = with lib.platforms; linux; platforms = with lib.platforms; unix;
}; };
} }