mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
go only needs cc in a “companion” sense
This commit is contained in:
parent
9fc841e1c5
commit
61032cf732
1 changed files with 3 additions and 2 deletions
|
@ -14,10 +14,11 @@ interprets:
|
|||
args: [go, run]
|
||||
|
||||
dependencies:
|
||||
# `cgo` requires a C compiler
|
||||
tea.xyz/gx/cc: c99
|
||||
openssl.org: 1 # for ca-certificates
|
||||
|
||||
companions:
|
||||
tea.xyz/gx/cc: c99 # for `cgo`
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
gnu.org/m4: 1
|
||||
|
|
Loading…
Reference in a new issue