coqPackages.vcfloat: fix

This commit is contained in:
Quinn Dougherty
2023-11-09 06:43:48 +01:00
committed by Vincent Laporte
parent 07055fb3ec
commit a0eb0aa889
@@ -4,6 +4,10 @@ with lib; mkCoqDerivation {
pname = "vcfloat";
owner = "VeriNum";
inherit version;
sourceRoot = "source/vcfloat";
postPatch = ''
coq_makefile -o Makefile -f _CoqProject *.v
'';
defaultVersion = with versions; switch coq.coq-version [
{ case = range "8.16" "8.17"; out = "2.1.1"; }
] null;