summary refs log tree commit diff
path: root/pkgs/tools/misc/tmpwatch/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/tmpwatch/default.nix')
-rw-r--r--pkgs/tools/misc/tmpwatch/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/misc/tmpwatch/default.nix b/pkgs/tools/misc/tmpwatch/default.nix
index 2257fb50293b..befe517c225c 100644
--- a/pkgs/tools/misc/tmpwatch/default.nix
+++ b/pkgs/tools/misc/tmpwatch/default.nix
@@ -13,5 +13,6 @@ stdenv.mkDerivation rec {
     description = "The tmpwatch utility recursively searches through specified directories and removes files which have not been accessed in a specified period of time.";
     licence = "GPLv2";
     maintainers = with stdenv.lib.maintainers; [ vlstill ];
+    platforms = stdenv.lib.platforms.unix;
   };
 }