guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: gnome-themes-extra: Remove cache file.


From: guix-commits
Subject: 01/01: gnu: gnome-themes-extra: Remove cache file.
Date: Sun, 29 Dec 2019 12:29:51 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 885424bf7f6e0bc0ad5dd9353690aa82d17dd8b8
Author: Raghav Gururajan <address@hidden>
Date:   Sun Dec 29 11:45:24 2019 -0500

    gnu: gnome-themes-extra: Remove cache file.
    
    * gnu/packages/gnome.scm (gnome-themes-extra)[arguments]: Disable cache file
    from configure flags.
    
    Signed-off-by: Julien Lepiller <address@hidden>
---
 gnu/packages/gnome.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4ad14ca..e0712bf 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9091,6 +9091,12 @@ and a high score table.")
         (base32
          "06aqg9asq2vqi9wr29bs4v8z2bf4manhbhfghf4nvw01y2zs0jvw"))))
     (build-system gnu-build-system)
+    (arguments
+     '(#:configure-flags
+       ;; Don't create 'icon-theme.cache'.
+       (let* ((coreutils (assoc-ref %build-inputs "coreutils"))
+              (true      (string-append coreutils "/bin/true")))
+         (list (string-append "GTK_UPDATE_ICON_CACHE=" true)))))
     (native-inputs
      `(("glib:bin" ,glib "bin")
        ("intltool" ,intltool)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]