Merge pull request #65170 from erikarvstedt/tmpwatch-fuser

tmpwatch: add fuser support
This commit is contained in:
Marek Mahut 2019-08-12 18:46:02 +02:00 committed by GitHub
commit 99d66e14b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl }:
{ stdenv, fetchurl, psmisc }:
stdenv.mkDerivation rec {
name = "tmpwatch-2.11";
@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "1m5859ngwx61l1i4s6fja2avf1hyv6w170by273w8nsin89825lk";
};
configureFlags="--with-fuser=${psmisc}/bin/fuser";
meta = with stdenv.lib; {
homepage = https://fedorahosted.org/tmpwatch/;
description = "Recursively searches through specified directories and removes files which have not been accessed in a specified period of time";