From b345bdf5d292d41c9d7d8211118768c3df7638b3 Mon Sep 17 00:00:00 2001 From: Vladimir Still Date: Tue, 24 Dec 2013 14:19:12 +0100 Subject: tmpwatch: Add platforms to meta (unix). According to web pages of tmpwatch it seems that it can be build on unixes (Mac OS X, solaris). Not much information is here though. --- pkgs/tools/misc/tmpwatch/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/tools/misc/tmpwatch/default.nix') 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; }; } -- cgit 1.4.1