diff options
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,6 +26,7 @@ }); otherFiles = [ { source = ./static; target = "static"; } + { source = ./include; target = "include"; } ]; configurationFlags = [ "--ghc-options=-O2" @@ -37,7 +38,6 @@ SDL2_ttf tesseract leptonica - imagemagick gcc pkg-config |
