Unverified Commit 241d6a5b authored by Naïm Favier's avatar Naïm Favier Committed by GitHub
Browse files

Merge pull request #207460 from Zimmi48/verdi-remove-configure

parents 4dd35bdd d76cdd7b
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -9,5 +9,9 @@ with lib; mkCoqDerivation {
  release."20200201".sha256 = "1h55s6lk47bk0lv5ralh81z55h799jbl9mhizmqwqzy57y8wqgs1";

  propagatedBuildInputs = [ StructTact ];
  preConfigure = "patchShebangs ./configure";
  preConfigure = ''
    if [ -f ./configure ]; then
      patchShebangs ./configure
    fi
  '';
}
+5 −1
Original line number Diff line number Diff line
@@ -7,5 +7,9 @@ mkCoqDerivation {
  defaultVersion = if lib.versions.isGe "8.5" coq.version then "20200131" else null;
  release."20200131".rev    = "203d4c20211d6b17741f1fdca46dbc091f5e961a";
  release."20200131".sha256 = "0xylkdmb2dqnnqinf3pigz4mf4zmczcbpjnn59g5g76m7f2cqxl0";
  preConfigure = "patchShebangs ./configure";
  preConfigure = ''
    if [ -f ./configure ]; then
      patchShebangs ./configure
    fi
  '';
}
+5 −1
Original line number Diff line number Diff line
@@ -12,5 +12,9 @@ with lib; mkCoqDerivation {
  release."20210328".sha256 = "sha256:1y5r1zm3hli10ah6lnj7n8hxad6rb6rgldd0g7m2fjibzvwqzhdg";
  release."20181102".rev =    "82a85b7ec07e71fa6b30cfc05f6a7bfb09ef2510";
  release."20181102".sha256 = "08zry20flgj7qq37xk32kzmg4fg6d4wi9m7pf9aph8fd3j2a0b5v";
  preConfigure = "patchShebangs ./configure";
  preConfigure = ''
    if [ -f ./configure ]; then
      patchShebangs ./configure
    fi
  '';
}
+5 −1
Original line number Diff line number Diff line
@@ -21,5 +21,9 @@ with lib; mkCoqDerivation {
  release."20181102".sha256 = "1vw47c37k5vaa8vbr6ryqy8riagngwcrfmb3rai37yi9xhdqg55z";

  propagatedBuildInputs = [ Cheerios InfSeqExt ssreflect ];
  preConfigure = "patchShebangs ./configure";
  preConfigure = ''
    if [ -f ./configure ]; then
      patchShebangs ./configure
    fi
  '';
}