gnu: guile3.0-websocket: Install .go files in the right place.
* gnu/packages/guile-xyz.scm (guile3.0-websocket)[arguments]: In 'update-guile-version' phase, change "/ccache" to "/site-ccache".
This commit is contained in:
parent
8ffc20efb8
commit
cea91813ac
1 changed files with 4 additions and 1 deletions
|
@ -3272,7 +3272,10 @@ Relay Chat} (IRC).")
|
|||
(substitute* "configure.ac"
|
||||
(("2.0.9") "3.0.0"))
|
||||
(substitute* "Makefile.am"
|
||||
(("2.0") "3.0"))
|
||||
(("2.0") "3.0")
|
||||
|
||||
;; Install .go files where they belong.
|
||||
(("/ccache") "/site-ccache"))
|
||||
#t)))))
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
|
|
Reference in a new issue