Skip to content

Commit 26200fe

Browse files
authored
Adjust system package dependencies for Swift 6.1 (#289)
Fix the lists in Sources/LinuxPlatform/Linux.swift
1 parent 449ab4a commit 26200fe

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Sources/LinuxPlatform/Linux.swift

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,15 @@ public struct Linux: Platform {
162162
"unzip",
163163
"glibc-static",
164164
"gzip",
165+
"libbsd",
165166
"libcurl-devel",
166167
"libedit",
167168
"libicu",
169+
"libsqlite",
170+
"libstdc++-static",
168171
"libuuid",
169172
"libxml2-devel",
170-
"sqlite-devel",
173+
"openssl-devel",
171174
"tar",
172175
"tzdata",
173176
"zlib-devel",
@@ -205,7 +208,7 @@ public struct Linux: Platform {
205208
]
206209
case "debian12":
207210
[
208-
"binutils",
211+
"binutils", // binutils-gold is a virtual package that points to binutils
209212
"libicu-dev",
210213
"libcurl4-openssl-dev",
211214
"libedit-dev",

0 commit comments

Comments
 (0)