From 6368eb397d68775c71bc1968660bf28d04c27d48 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Wed, 27 Dec 2017 11:41:47 +0100 Subject: gnu: totem: Disable (duplicate) cache generation. * gnu/packages/gnome.scm (totem): Disable (duplicate) cache generation. --- gnu/packages/gnome.scm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 7a9e833134..23b3f55d52 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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) -- cgit v1.2.3