Skip to content

Commit a86dce3

Browse files
committed
Try fix
1 parent 87cccb1 commit a86dce3

File tree

1 file changed

+2
-3
lines changed
  • packages/conf-gnuplot/conf-gnuplot.0.1

1 file changed

+2
-3
lines changed

packages/conf-gnuplot/conf-gnuplot.0.1/opam

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ authors: "http://www.gnuplot.info/faq/faq.html"
55
bug-reports: "https://github.com/ocaml/opam-repository/issues"
66
license: "gnuplot"
77
build: [
8-
"gnuplot" "--version" { !(os = "win32" & os-distribution = "cygwin") }
9-
"gnuplot-base.exe" "--version" {os = "win32" & os-distribution = "cygwin"}
10-
]
8+
["gnuplot" "--version"] { !(os = "win32" & os-distribution = "cygwin") }
9+
["gnuplot-base.exe" "--version"] {os = "win32" & os-distribution = "cygwin"}]
1110
depexts: [
1211
["gnuplot-x11"] {os-family = "debian"}
1312
["gnuplot-x11"] {os-family = "ubuntu"}

0 commit comments

Comments
 (0)