summary refs log tree commit diff
diff options
context:
space:
mode:
authorVladimir Still <xstill@fi.muni.cz>2013-12-24 14:19:12 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2013-12-26 10:56:00 +0100
commitb345bdf5d292d41c9d7d8211118768c3df7638b3 (patch)
tree8c57a3e50a6b620f06da73b303e5c2f0a82b767a
parent0889c86b865e259afa54fd2feb20546bc8c5d8ea (diff)
downloadnixlib-b345bdf5d292d41c9d7d8211118768c3df7638b3.tar
nixlib-b345bdf5d292d41c9d7d8211118768c3df7638b3.tar.gz
nixlib-b345bdf5d292d41c9d7d8211118768c3df7638b3.tar.bz2
nixlib-b345bdf5d292d41c9d7d8211118768c3df7638b3.tar.lz
nixlib-b345bdf5d292d41c9d7d8211118768c3df7638b3.tar.xz
nixlib-b345bdf5d292d41c9d7d8211118768c3df7638b3.tar.zst
nixlib-b345bdf5d292d41c9d7d8211118768c3df7638b3.zip
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.
-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;
   };
 }