Merge pull request #164647 from AndersonTorres/new-misc

abook: set platforms to unix
This commit is contained in:
Anderson Torres 2022-03-17 23:58:22 -03:00 committed by GitHub
commit e1ae1fcd86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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