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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ depends: [
16
16
depexts: [
17
17
["rust-llvm"] { os-family = "alpine" }
18
18
["rust-llvm"] { os-family = "arch" }
19
-
["rust-llvm"] { os-family = "debian" & os-version >= "13" } # rust-lld is in the rustc package until debian 12 bookworm
19
+
["rust-llvm"] { os-distribution = "debian" & os-version >= "13" } # rust-lld is in the rustc package until debian 12 bookworm
20
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