guix/gnu
Pierre Langlois 7bcc34050b
gnu: clementine: Fix creating initial database.
It seems a recent version of sqlite broke Clementine's first startup. It turns
out we can patch clementine to fix the problem instead of providing a different
sqlite package:
<https://github.com/clementine-player/Clementine/pull/5669>

* gnu/packages/databases.scm (sqlite-with-fts3): Remove.
* gnu/packages/music.scm (clementine)[inputs]: Replace sqlite-with-fts3 with
sqlite.
[source]: Add clementine-fix-sqlite.patch.
* gnu/packages/patches/clementine-fix-sqlite.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-08-15 14:29:56 -04:00
..
bootloader
build linux-initrd: Try several file names when looking up modules. 2018-07-29 18:50:28 +02:00
packages gnu: clementine: Fix creating initial database. 2018-08-15 14:29:56 -04:00
services services: nginx: Use 'invoke' rather than 'system*'. 2018-08-13 23:44:34 +02:00
system linux-initrd: Report only missing modules, not all needed modules. 2018-07-29 18:50:28 +02:00
tests
artwork.scm
bootloader.scm
local.mk gnu: clementine: Fix creating initial database. 2018-08-15 14:29:56 -04:00
packages.scm
services.scm
system.scm
tests.scm