Skip to content

Commit 87cccb1

Browse files
committed
conf-gnuplot: Try to fix
1 parent 5eb8cf5 commit 87cccb1

File tree

1 file changed

+4
-1
lines changed
  • packages/conf-gnuplot/conf-gnuplot.0.1

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ homepage: "http://www.gnuplot.info/"
44
authors: "http://www.gnuplot.info/faq/faq.html"
55
bug-reports: "https://github.com/ocaml/opam-repository/issues"
66
license: "gnuplot"
7-
build: ["gnuplot" "--version"]
7+
build: [
8+
"gnuplot" "--version" { !(os = "win32" & os-distribution = "cygwin") }
9+
"gnuplot-base.exe" "--version" {os = "win32" & os-distribution = "cygwin"}
10+
]
811
depexts: [
912
["gnuplot-x11"] {os-family = "debian"}
1013
["gnuplot-x11"] {os-family = "ubuntu"}

0 commit comments

Comments
 (0)