Skip to content

Commit

Permalink
coaPackages.compcert: fix ocamlPackages -> coq.ocamlPackages
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Caglayan <[email protected]>
  • Loading branch information
Alizter committed Apr 6, 2023
1 parent 555faa0 commit ccc8699
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkgs/development/coq-modules/compcert/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{ lib, fetchzip, mkCoqDerivation
, coq, flocq, compcert
, ocamlPackages, fetchpatch, makeWrapper, coq2html
{ lib, mkCoqDerivation
, coq, flocq
, fetchpatch, makeWrapper, coq2html
, stdenv, tools ? stdenv.cc
, version ? null
}:

let compcert = mkCoqDerivation rec {
let compcert =
let ocamlPackages = coq.ocamlPackages; in
mkCoqDerivation {

pname = "compcert";
owner = "AbsInt";
Expand Down

0 comments on commit ccc8699

Please sign in to comment.