Unverified Commit 5a18fb66 authored by K900's avatar K900 Committed by GitHub
Browse files

pkgs: fix eval (#339561)

parents 15785da8 c8204eda
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14791,7 +14791,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 {