We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449ab4a commit 26200feCopy full SHA for 26200fe
Sources/LinuxPlatform/Linux.swift
@@ -162,12 +162,15 @@ public struct Linux: Platform {
162
"unzip",
163
"glibc-static",
164
"gzip",
165
+ "libbsd",
166
"libcurl-devel",
167
"libedit",
168
"libicu",
169
+ "libsqlite",
170
+ "libstdc++-static",
171
"libuuid",
172
"libxml2-devel",
- "sqlite-devel",
173
+ "openssl-devel",
174
"tar",
175
"tzdata",
176
"zlib-devel",
@@ -205,7 +208,7 @@ public struct Linux: Platform {
205
208
]
206
209
case "debian12":
207
210
[
- "binutils",
211
+ "binutils", // binutils-gold is a virtual package that points to binutils
212
"libicu-dev",
213
"libcurl4-openssl-dev",
214
"libedit-dev",
0 commit comments