1 { lib, mkCoqDerivation, coq, StructTact, version ? null }:
3 with lib; mkCoqDerivation {
7 defaultVersion = if versions.isGe "8.6" coq.coq-version then "20200201" else null;
8 release."20200201".rev = "9c7f66e57b91f706d70afa8ed99d64ed98ab367d";
9 release."20200201".sha256 = "1h55s6lk47bk0lv5ralh81z55h799jbl9mhizmqwqzy57y8wqgs1";
11 propagatedBuildInputs = [ StructTact ];
12 preConfigure = "patchShebangs ./configure";