From 452156e1735337ce6aa15b6d932b12a301790643 Mon Sep 17 00:00:00 2001 From: Ben Siraphob Date: Fri, 19 Mar 2021 13:19:25 +0700 Subject: [PATCH] philter: expand platforms to all --- pkgs/tools/networking/philter/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/philter/default.nix b/pkgs/tools/networking/philter/default.nix index 752f43b3348..60bd2f8cc7e 100644 --- a/pkgs/tools/networking/philter/default.nix +++ b/pkgs/tools/networking/philter/default.nix @@ -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; };