Skip to content

Commit 9c9ae19

Browse files
committed
Accept openbabel-2.0 or openbabel-3
1 parent ac888f7 commit 9c9ae19

File tree

1 file changed

+1
-1
lines changed
  • packages/conf-openbabel/conf-openbabel.0.1

1 file changed

+1
-1
lines changed

packages/conf-openbabel/conf-openbabel.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ homepage: "http://openbabel.org/"
44
license: "GPL-1.0-or-later"
55
authors: "http://openbabel.org/wiki/THANKS"
66
bug-reports: "https://github.com/ocaml/opam-repository/issues"
7-
build: [["pkg-config" "openbabel-3"]]
7+
build: [["sh" "-c" "pkg-config openbabel-2.0 || pkg-config openbabel-3"]]
88
depends: ["conf-pkg-config" {build}]
99
x-ci-accept-failures: ["debian-11" "debian-unstable" "alpine-3.18"]
1010
depexts: [

0 commit comments

Comments
 (0)