about summary refs log tree commit diff
path: root/pkgs/tools/networking/philter
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-03-19 13:19:25 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-03-19 13:19:25 +0700
commit452156e1735337ce6aa15b6d932b12a301790643 (patch)
tree189e17fe4c982bfb23b133e7e35551056a9a693b /pkgs/tools/networking/philter
parent4ab35bcda6d0b30635505cb462564119511d5d94 (diff)
philter: expand platforms to all
Diffstat (limited to 'pkgs/tools/networking/philter')
-rw-r--r--pkgs/tools/networking/philter/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/philter/default.nix b/pkgs/tools/networking/philter/default.nix
index 752f43b3348df..60bd2f8cc7e8c 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;
   };