Skip to content

Commit 47f7f66

Browse files
committed
Try patching the sources of unison to fix the issue with MSYS.
1 parent 1f124b1 commit 47f7f66

File tree

1 file changed

+9
-0
lines changed
  • packages/unison/unison.2.53.8

1 file changed

+9
-0
lines changed

packages/unison/unison.2.53.8/opam

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ license: "GPL-3.0-or-later"
99
homepage: "https://www.cis.upenn.edu/~bcpierce/unison/"
1010
bug-reports: "https://github.com/bcpierce00/unison/issues"
1111
dev-repo: "git://github.com/bcpierce00/unison.git"
12+
patches: ["unison.patch"]
1213
build: [
1314
[make "NATIVE=%{ocaml:native}%" "-j" jobs] {!host-system-msvc:installed}
1415
["nmake" "NATIVE=%{ocaml:native}%"] {host-system-msvc:installed}
@@ -43,3 +44,11 @@ url {
4344
"sha512=3e4ea9dc23645ff472c3d7bae79cad042a8ec0bbd57c8e28c49d1ad08cb2f177b09c60fec4853b11390d5825be74adb19334fcd7d2167963a05f67729890408a"
4445
]
4546
}
47+
extra-source "unison.patch" {
48+
src:
49+
"https://ulminfo.fr/~jjourdan/unison.patch"
50+
checksum: [
51+
"sha256=433ac136607a0b5dbb631aa6206d8dc614a0e7b633aabf395def9c2367a02226736038f3a7827c77ad88da1f95a55276d4cad8c4b1d0fbdac080a9f48df03f47"
52+
"md5=3758a84eb54d7b62fa8ca888478d992c"
53+
]
54+
}

0 commit comments

Comments
 (0)