gnu: guile-present: Install .go files in /site-ccache.

* gnu/packages/gtk.scm (guile-present)[source]: Add 'modules' and 'snippet'.
This commit is contained in:
Ludovic Courtès 2020-01-23 11:18:14 +01:00
parent 46378df050
commit b93cde3d8c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -946,7 +946,14 @@ (define-public guile-present
(sha256
(base32
"1qam447m05sxxv6x8dlzg7qnyfc4dh8apjw1idpfhpns671gfr6m"))
(patches (search-patches "guile-present-coding.patch"))))
(patches (search-patches "guile-present-coding.patch"))
(modules '((guix build utils)))
(snippet
'(begin
;; Install .go files in the right place.
(substitute* "Makefile.in"
(("/ccache") "/site-ccache"))
#t))))
(build-system gnu-build-system)
(arguments
'(#:phases