Loading pkgs/development/coq-modules/vcfloat/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
pkgs/development/coq-modules/vcfloat/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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; Loading