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
+2
View File
@@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
mesonFlags = [
"-Dsystemunitdir=${placeholder "out"}/etc/systemd/system"
"-Dsharedstatedir=/var/cache"
"-Ddbpath=locatedb"
];
meta = with lib; {