Skip to content

Commit

Permalink
nix: add pcre required for nim/nre
Browse files Browse the repository at this point in the history
https://nim-lang.org/docs/nre.html

Signed-off-by: Jakub Sokołowski <[email protected]>
  • Loading branch information
jakubgs committed Oct 25, 2022
1 parent 9191394 commit 48bea78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ pkgs.mkShell {
libiconv
darwin.apple_sdk.frameworks.Security
];

LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [
pkgs.pcre
];
}

0 comments on commit 48bea78

Please sign in to comment.