plocate: fix default dbfile location after #258575

This commit is contained in:
Sandro Jäckel 2023-10-03 00:13:09 +02:00
parent 5d230261c9
commit f98a338eec
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
mesonFlags = [ mesonFlags = [
"-Dsystemunitdir=${placeholder "out"}/etc/systemd/system" "-Dsystemunitdir=${placeholder "out"}/etc/systemd/system"
"-Dsharedstatedir=/var/cache"
"-Ddbpath=locatedb"
]; ];
meta = with lib; { meta = with lib; {