Skip to content
Snippets Groups Projects
Commit 62ed5bd8 authored by Ryan Scott's avatar Ryan Scott Committed by Ben Gamari
Browse files

ci/build-deps.nix: Depend on the pcre C library

parent a53e1390
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ let
{
zlib = [ zlib ];
digest = [ zlib ];
regex-pcre = [ pcre ];
};
mkCabalFragment = pkgName: deps:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment