Commit a0eb0aa8 authored by Quinn Dougherty's avatar Quinn Dougherty Committed by Vincent Laporte
Browse files

coqPackages.vcfloat: fix

parent 07055fb3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;