[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: totem: Disable (duplicate) cache generation.
From: |
Danny Milosavljevic |
Subject: |
01/02: gnu: totem: Disable (duplicate) cache generation. |
Date: |
Wed, 27 Dec 2017 06:35:16 -0500 (EST) |
dannym pushed a commit to branch master
in repository guix.
commit 6368eb397d68775c71bc1968660bf28d04c27d48
Author: Danny Milosavljevic <address@hidden>
Date: Wed Dec 27 11:41:47 2017 +0100
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(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7a9e833..23b3f55 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)