diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-08-30 17:03:18 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-08-30 17:03:18 +0200 |
commit | 9cc261c47e0d72b4ba748ff8103b6b80d0a63c79 (patch) | |
tree | 6c0ba1b916be234733de1053954ae2b7d5bf4a36 /community | |
parent | ccf1115917622cd4291d0b3c797f6d97b38a5ee0 (diff) | |
download | packages-9cc261c47e0d72b4ba748ff8103b6b80d0a63c79.tar.xz |
community/opam: hotfix for missing ocaml-compiler-libs
Diffstat (limited to 'community')
-rw-r--r-- | community/opam/PKGBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/community/opam/PKGBUILD b/community/opam/PKGBUILD new file mode 100644 index 00000000..1e0c0b6b --- /dev/null +++ b/community/opam/PKGBUILD @@ -0,0 +1,3 @@ +# hotfix for https://bugs.archlinux.org/task/59869 +makedepends=('ocaml-compiler-libs') + |