Remove iscan/epkowa dependency to fix ISO build

- Remove epkowa from SANE extraBackends due to broken iscan package
- Keep sane-airscan for network scanner support
- Resolves ISO build failures from iscan scanner bundle errors

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
theArctesian
2025-09-29 21:05:08 -07:00
parent c9f156ba05
commit 9c7772fe74

View File

@@ -52,7 +52,8 @@ with lib;
enable = true; enable = true;
extraBackends = with pkgs; [ extraBackends = with pkgs; [
sane-airscan sane-airscan
epkowa # epkowa removed due to iscan build issues
# Use epsonscan2 or imagescan for Epson scanner support instead
]; ];
}; };