1 { lib, stdenv, fetchurl, psmisc }:
3 stdenv.mkDerivation rec {
8 url = "https://releases.pagure.org/${pname}/${pname}-${version}.tar.bz2";
9 sha256 = "1m5859ngwx61l1i4s6fja2avf1hyv6w170by273w8nsin89825lk";
12 configureFlags = [ "--with-fuser=${psmisc}/bin/fuser" ];
15 homepage = "https://pagure.io/tmpwatch";
16 description = "Recursively searches through specified directories and removes files which have not been accessed in a specified period of time";
17 license = licenses.gpl2;
18 maintainers = with maintainers; [ vlstill ];
19 platforms = platforms.unix;