mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-01 13:14:42 +00:00
PCRE must be present to run: ``` crystal run scripts/fetch-player-dependencies.cr -- --minified ``` Otherwise this step will fail during build with a linker error. ``` /nix/store/8lkj89binl0xhraqxb8bwmv0q4p3pnlr-binutils-2.46/bin/ld.bfd: cannot find -lpcre (this usually means you need to install the development package for libpcre): No such file or directory collect2: error: ld returned 1 exit status ```