File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
packages/conf-gnuplot/conf-gnuplot.0.1 Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ homepage: "http://www.gnuplot.info/"
44authors: "http://www.gnuplot.info/faq/faq.html"
55bug-reports: "https://github.com/ocaml/opam-repository/issues"
66license: "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"}]
810depexts: [
911 ["gnuplot-x11"] {os-family = "debian"}
1012 ["gnuplot-x11"] {os-family = "ubuntu"}
@@ -16,6 +18,9 @@ depexts: [
1618 ["gnuplot"] {os-family = "suse" | os-family = "opensuse"}
1719 ["gnuplot"] {os-family = "arch"}
1820 ["gnuplot"] {os = "freebsd"}
21+ ["gnuplot-base"] {os = "win32" & os-distribution = "cygwin"}
22+ ["mingw-w64-x86_64-gnuplot"] {os = "win32" & os-distribution = "msys2"}
23+ ["math/gnuplot"] {os = "openbsd"}
1924]
2025synopsis: "Virtual package relying on gnuplot installation"
2126description: """
You can’t perform that action at this time.
0 commit comments