We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb8cf5 commit 87cccb1Copy full SHA for 87cccb1
packages/conf-gnuplot/conf-gnuplot.0.1/opam
@@ -4,7 +4,10 @@ homepage: "http://www.gnuplot.info/"
4
authors: "http://www.gnuplot.info/faq/faq.html"
5
bug-reports: "https://github.com/ocaml/opam-repository/issues"
6
license: "gnuplot"
7
-build: ["gnuplot" "--version"]
+build: [
8
+ "gnuplot" "--version" { !(os = "win32" & os-distribution = "cygwin") }
9
+ "gnuplot-base.exe" "--version" {os = "win32" & os-distribution = "cygwin"}
10
+]
11
depexts: [
12
["gnuplot-x11"] {os-family = "debian"}
13
["gnuplot-x11"] {os-family = "ubuntu"}
0 commit comments