1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "https://releases.pagure.org/mlocate/mlocate-${version}.tar.xz";
9 sha256 = "0gi6y52gkakhhlnzy0p6izc36nqhyfx5830qirhvk3qrzrwxyqrh";
13 "dbfile=/var/cache/locatedb"
17 description = "Merging locate is an utility to index and quickly search for files";
18 homepage = "https://pagure.io/mlocate";
19 license = licenses.gpl2Only;
20 platforms = platforms.linux;