mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-04-01 07:04:23 +00:00
Compare commits
2 Commits
3e29b6625e
...
91505ef7ef
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
91505ef7ef | ||
|
|
68cb5b37f8 |
@ -28,6 +28,8 @@
|
|||||||
;; For HTTPS support.
|
;; For HTTPS support.
|
||||||
(setenv "SSL_CERT_DIR" #+(file-append nss-certs "/etc/ssl/certs"))
|
(setenv "SSL_CERT_DIR" #+(file-append nss-certs "/etc/ssl/certs"))
|
||||||
|
|
||||||
|
(setenv "GOTOOLCHAIN" "local")
|
||||||
|
|
||||||
((assoc-ref %standard-phases 'unpack) #:source #+src)
|
((assoc-ref %standard-phases 'unpack) #:source #+src)
|
||||||
(invoke #+(file-append go "/bin/go") "mod" "vendor")
|
(invoke #+(file-append go "/bin/go") "mod" "vendor")
|
||||||
(copy-recursively "vendor" #$output)))
|
(copy-recursively "vendor" #$output)))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user