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.
This commit is contained in:
Vladimir Still 2013-12-24 14:19:12 +01:00 committed by Bjørn Forsman
parent 0889c86b86
commit b345bdf5d2

View file

@ -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;
};
}