coqPackages.serapi: fix build with Coq 8.16

This commit is contained in:
Vincent Laporte 2023-09-21 14:54:31 +02:00 committed by Vincent Laporte
parent e97f8fecfa
commit df33946f5e

View file

@ -89,7 +89,7 @@ in
then [
./janestreet-0.15.patch
]
else if version == "8.17.0+0.17.0"
else if version == "8.16.0+0.16.3" || version == "8.17.0+0.17.0"
then [
./janestreet-0.16.patch
]