Skip to content

Commit

Permalink
Add perl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiegley committed Mar 29, 2022
1 parent 60dce42 commit bdb88a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let coq-haskell = coqPackages:
else ./.;

buildInputs = [
coq coq.ocaml coq.camlp5 coq.findlib
coq coq.ocaml coq.camlp5 coq.findlib pkgs.perl
];
enableParallelBuilding = true;

Expand Down

0 comments on commit bdb88a3

Please sign in to comment.