Skip to content

Commit bdb88a3

Browse files
committed
Add perl dependency
1 parent 60dce42 commit bdb88a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let coq-haskell = coqPackages:
1919
else ./.;
2020

2121
buildInputs = [
22-
coq coq.ocaml coq.camlp5 coq.findlib
22+
coq coq.ocaml coq.camlp5 coq.findlib pkgs.perl
2323
];
2424
enableParallelBuilding = true;
2525

0 commit comments

Comments
 (0)