gnu: guile-present: Install .go files in /site-ccache.
* gnu/packages/gtk.scm (guile-present)[source]: Add 'modules' and 'snippet'.master
parent
46378df050
commit
b93cde3d8c
|
@ -946,7 +946,14 @@ images onto Cairo surfaces.")
|
|||
(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
|
||||
|
|
Reference in New Issue