3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: guile-persist: Install .go files in the right place.

* gnu/packages/guile-xyz.scm (guile-persist)[source](modules, snippet):
New fields.
This commit is contained in:
Ludovic Courtès 2019-06-25 15:02:29 +02:00
parent ee700da584
commit 85a411bc28
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2123,7 +2123,14 @@ chunks can be expressions as well as simple tokens.")
(file-name (git-file-name name version))
(sha256
(base32
"0z5nf377wh8yj6n3sx2ddn4bdx1qrqnw899dlqjhg0q69qzil522"))))
"0z5nf377wh8yj6n3sx2ddn4bdx1qrqnw899dlqjhg0q69qzil522"))
(modules '((guix build utils)))
(snippet
'(begin
;; Install .go files in the right place.
(substitute* "Makefile.am"
(("/ccache") "/site-ccache"))
#t))))
(build-system gnu-build-system)
(arguments
`(#:phases