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:
@@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user