You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/conf-rust-llvm/conf-rust-llvm.1/opam
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ depends: [
16
16
depexts: [
17
17
["rust-llvm"] { os-family = "alpine" }
18
18
["rust-llvm"] { os-family = "arch" }
19
-
["rust-llvm"] { os-distribution = "debian" & os-version >= "13" } # rust-lld is in the rustc package until debian 12 bookworm
20
-
# ["rust-llvm"] { os-family = "ubuntu" } # rust-lld is provided by the rustc package installed by conf-rust which depends on cargo
19
+
["rust-llvm"] { os-family = "debian" & os-version >= "13" } # rust-lld is in the rustc package until debian 12 bookworm
20
+
["rustc"] { os-family = "ubuntu" } # rust-lld is provided by the rustc package installed by conf-rust which depends on cargo, we keep it due to some strange depext behaviour
0 commit comments