me
/
guix
Archived
1
0
Fork 0

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 <julien@lepiller.eu>
master
Raghav Gururajan 2019-12-29 11:45:24 -05:00 committed by Julien Lepiller
parent a4ee6ac444
commit 885424bf7f
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 6 additions and 0 deletions

View File

@ -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)