philter: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-19 13:19:25 +07:00
parent 4ab35bcda6
commit 452156e173

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
description = "Mail sorter for Maildirs";
homepage = "http://philter.sourceforge.net";
maintainers = with maintainers; [ raskin ];
platforms = platforms.linux;
platforms = platforms.all;
license = licenses.gpl2;
};