coqPackages.vcfloat: fix

Changed files
+4
pkgs
development
coq-modules
vcfloat
+4
pkgs/development/coq-modules/vcfloat/default.nix
···
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;