coqPackages.VST: fix build with Coq 8.15.1

This commit is contained in:
Vincent Laporte 2022-03-23 09:16:53 +01:00 committed by Vincent Laporte
parent 9e4d58db80
commit ff83e827b5

View file

@ -37,6 +37,7 @@ mkCoqDerivation {
preConfigure = ''
patchShebangs util
substituteInPlace Makefile \
--replace 'COQVERSION= ' 'COQVERSION= 8.15.1 or-else '\
--replace 'FLOYD_FILES=' 'FLOYD_FILES= ${toString extra_floyd_files}'
'';