Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d3634f458894
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bb20ef2f536c
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 12, 2020

  1. compcert: remove annoying assertions

    (cherry picked from commit ee45591)
    vbgl committed Nov 12, 2020

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    bb20ef2 View commit details
Showing with 0 additions and 3 deletions.
  1. +0 −3 pkgs/development/compilers/compcert/default.nix
3 changes: 0 additions & 3 deletions pkgs/development/compilers/compcert/default.nix
Original file line number Diff line number Diff line change
@@ -3,9 +3,6 @@
, tools ? stdenv.cc
}:

assert lib.versionAtLeast ocamlPackages.ocaml.version "4.02";
assert lib.versionAtLeast coq.coq-version "8.8.0";

let
ocaml-pkgs = with ocamlPackages; [ ocaml findlib menhir ];
ccomp-platform = if stdenv.isDarwin then "x86_64-macosx" else "x86_64-linux";