mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(gnutls) (#2749)
* fix(gnutls) * try v14 * maybe gcc? * srptool removed
This commit is contained in:
parent
5460f2600e
commit
193e32c406
|
@ -18,7 +18,10 @@ dependencies:
|
|||
|
||||
build:
|
||||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
darwin:
|
||||
tea.xyz/gx/cc: c99
|
||||
linux:
|
||||
gnu.org/gcc: '*'
|
||||
tea.xyz/gx/make: '*'
|
||||
freedesktop.org/pkg-config: '*'
|
||||
script: |
|
||||
|
@ -47,4 +50,3 @@ provides:
|
|||
- bin/ocsptool
|
||||
- bin/p11tool
|
||||
- bin/psktool
|
||||
- bin/srptool
|
||||
|
|
Loading…
Reference in a new issue