summary refs log tree commit diff
path: root/pkgs/tools/networking/philter/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/philter/default.nix')
-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 3d5ed7b34ca..f8f37e05a72 100644
--- a/pkgs/tools/networking/philter/default.nix
+++ b/pkgs/tools/networking/philter/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "Mail sorter for Maildirs";
     maintainers = with maintainers; [ raskin ];
-    platforms = with platforms; linux;
+    platforms = platforms.linux;
   };
 
   passthru = {