gnu: gnome-font-viewer: Fix thumbnail generation.
authorChristopher Baines <mail@cbaines.net>
Sat, 16 Jan 2021 10:50:18 +0000 (10:50 +0000)
committerChristopher Baines <mail@cbaines.net>
Sat, 16 Jan 2021 11:13:11 +0000 (11:13 +0000)
commit540893a8ccef41436a1c00ae268f74219f9ab220
tree66ec2ed06262fc60da270e02ec65960598346d6b
parentb52bf667394991affcfba77bc72ed3d6e0b4d540
gnu: gnome-font-viewer: Fix thumbnail generation.

Previously, thumbnail generation failed, as the gnome-thumbnail-font command
couldn't be found. Using an absolute filename in the .thumbnailer file fixes
this.

Cached failures within .cache/thumbnails/fail/ or similar may need removing
before the effect of this change can be seen.

* gnu/packages/gnome.scm (gnome-font-viewer)[arguments]: Add patch-thumbnailer
phase.
gnu/packages/gnome.scm