mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
Current plocate package sets the --sharedstatedir to a store directory, which causes updatedb and plocate to fail by default since the store is immutable. This will set the default database path to /var/cache/plocate.db instead. * gnu/packages/search.scm (plocate): Change build options. Signed-off-by: Ludovic Courtès <ludo@gnu.org>