aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-12-24 22:28:38 +0530
committerAkshay Nair <phenax5@gmail.com>2024-12-24 22:42:34 +0530
commit459488a2e777380fcb65e3b4dd355fe525ff77ca (patch)
treebd21b71b73fc627d37e91e7800dd514706e49942 /flake.nix
parent70e3920556496e5fecb5fedddf1067b2522fcac7 (diff)
downloadchelleport-459488a2e777380fcb65e3b4dd355fe525ff77ca.tar.gz
chelleport-459488a2e777380fcb65e3b4dd355fe525ff77ca.zip
Add search mode for text based searching with ocr
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 48557f5..3486cff 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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