Unverified Commit c8204eda authored by éclairevoyant's avatar éclairevoyant
Browse files

pkgs: fix eval

parent 08eabd49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14793,7 +14793,7 @@ with pkgs;
    ocamlPackages = ocaml-ng.ocamlPackages_4_14;
  };
  inherit (coqPackages) compcert;
  inherit (coqPackages_8_19) compcert;
  computecpp-unwrapped = callPackage ../development/compilers/computecpp { };
  computecpp = wrapCCWith rec {