7 stdenv.mkDerivation rec {
12 url = "https://people.redhat.com/dhowells/fscache/${pname}-${version}.tar.bz2";
13 sha256 = "00hsw4cdlm13wijlygp8f0aq6gxdp0skbxs9r2vh5ggs3s2hj0qd";
19 "MANDIR=$(out)/share/man"
23 description = "Local network file caching management daemon";
24 mainProgram = "cachefilesd";
25 homepage = "https://people.redhat.com/dhowells/fscache/";
26 license = licenses.gpl2Plus;
27 platforms = platforms.linux;
28 maintainers = with maintainers; [ abbradar ];