gnu: totem: Disable (duplicate) cache generation.

* gnu/packages/gnome.scm (totem): Disable (duplicate) cache generation.
master
Danny Milosavljevic 2017-12-27 11:41:47 +01:00
parent abc5ef5a7f
commit 6368eb397d
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 5 additions and 0 deletions

View File

@ -3669,6 +3669,11 @@ for application developers.")
#:phases
(modify-phases %standard-phases
(add-before
'install 'disable-cache-generation
(lambda _
(setenv "DESTDIR" "/")
#t))
(add-after
'install 'wrap-totem
(lambda* (#:key inputs outputs #:allow-other-keys)