Skip to content

Commit d8720dd

Browse files
committedFeb 16, 2018
compcert: Permit building with Coq 8.7.2
1 parent 3b98744 commit d8720dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

Diff for: ‎pkgs/development/compilers/compcert/default.nix

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ stdenv.mkDerivation rec {
1919

2020
enableParallelBuilding = true;
2121

22+
postPatch = ''
23+
sed -i -e 's/8\.6\.1|8\.7\.0|8\.7\.1)/8.6.1|8.7.0|8.7.1|8.7.2)/' configure
24+
'';
25+
2226
configurePhase = ''
2327
substituteInPlace ./configure --replace '{toolprefix}gcc' '{toolprefix}cc'
2428
./configure -clightgen -prefix $out -toolprefix ${tools}/bin/ '' +

0 commit comments

Comments
 (0)
Please sign in to comment.