diff options
author | Pierre Langlois <pierre.langlois@gmx.com> | 2018-08-14 22:17:24 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-08-15 14:29:56 -0400 |
commit | 7bcc34050b2e1dc4bc3aa832b08ec123129d71be (patch) | |
tree | 7ba7039cfc504d7ff15845dda7b9a65ebfd8f643 /gnu/local.mk | |
parent | 8a63a4df5136a72241380fbeecf35a2e6208bb62 (diff) | |
download | patches-7bcc34050b2e1dc4bc3aa832b08ec123129d71be.tar patches-7bcc34050b2e1dc4bc3aa832b08ec123129d71be.tar.gz |
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>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index e8f1dbe661..e14657c2d1 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -611,6 +611,7 @@ dist_patch_DATA = \ %D%/packages/patches/clang-runtime-asan-build-fixes.patch \ %D%/packages/patches/clang-runtime-esan-build-fixes.patch \ %D%/packages/patches/classpath-aarch64-support.patch \ + %D%/packages/patches/clementine-fix-sqlite.patch \ %D%/packages/patches/clementine-remove-crypto++-dependency.patch \ %D%/packages/patches/clementine-use-openssl.patch \ %D%/packages/patches/clisp-glibc-2.26.patch \ |