compcert: remove annoying assertions
This commit is contained in:
parent
5a5122418a
commit
ee4559129a
@ -3,9 +3,6 @@
|
|||||||
, tools ? stdenv.cc
|
, tools ? stdenv.cc
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert lib.versionAtLeast ocamlPackages.ocaml.version "4.02";
|
|
||||||
assert lib.versionAtLeast coq.coq-version "8.8.0";
|
|
||||||
|
|
||||||
let
|
let
|
||||||
ocaml-pkgs = with ocamlPackages; [ ocaml findlib menhir ];
|
ocaml-pkgs = with ocamlPackages; [ ocaml findlib menhir ];
|
||||||
ccomp-platform = if stdenv.isDarwin then "x86_64-macosx" else "x86_64-linux";
|
ccomp-platform = if stdenv.isDarwin then "x86_64-macosx" else "x86_64-linux";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user