forked from mirrors/nixpkgs
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:
parent
0889c86b86
commit
b345bdf5d2
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue