File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ depends: [
2121 "conf-adwaita-icon-theme"
2222 "coqide-server" {= version}
2323 "cairo2" {>= "0.6.4"}
24- "lablgtk3-sourceview3" {>= "3.1.2" & (< "3.1.5" | os != "windows")}
24+ "lablgtk3-sourceview3" {>= "3.1.2" & (< "3.1.5" | os-family != "windows")}
2525 "odoc" {with-doc}
2626]
2727build: [
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ depends: [
2121 "conf-adwaita-icon-theme"
2222 "coqide-server" {= version}
2323 "cairo2" {>= "0.6.4"}
24- "lablgtk3-sourceview3" {>= "3.1.2" & (>= "3.1.5" | os != "windows")}
24+ "lablgtk3-sourceview3" {>= "3.1.2" & (>= "3.1.5" | os-family != "windows")}
2525 "odoc" {with-doc}
2626]
2727build: [
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ depends: [
2121 "conf-adwaita-icon-theme"
2222 "coqide-server" {= version}
2323 "cairo2" {>= "0.6.4"}
24- "lablgtk3-sourceview3" {>= "3.1.2" & (>= "3.1.5" | os != "windows")}
24+ "lablgtk3-sourceview3" {>= "3.1.2" & (>= "3.1.5" | os-family != "windows")}
2525 "odoc" {with-doc}
2626]
2727build: [
You can’t perform that action at this time.
0 commit comments