summaryrefslogtreecommitdiffstats
path: root/tv/2configs/xp-332.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2018-11-27 12:09:19 +0100
committertv <tv@krebsco.de>2018-11-27 12:09:19 +0100
commitedb25b0597eee80ab68d3d762502c6e9ca1744b5 (patch)
treeeac9d605dfc385f6140d79619a97ba550353c6e3 /tv/2configs/xp-332.nix
parent4ae70df70f98c1419145d4c076c7c8f6b2edfbad (diff)
tv xp332: add utsushi-customized
Diffstat (limited to 'tv/2configs/xp-332.nix')
-rw-r--r--tv/2configs/xp-332.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/tv/2configs/xp-332.nix b/tv/2configs/xp-332.nix
index 627401d..4a0b0ae 100644
--- a/tv/2configs/xp-332.nix
+++ b/tv/2configs/xp-332.nix
@@ -11,7 +11,7 @@ with import <stockholm/lib>;
hardware.sane = {
enable = true;
extraBackends = [
- pkgs.utsushi
+ pkgs.utsushi-customized
];
};
@@ -19,7 +19,7 @@ with import <stockholm/lib>;
elem (parseDrvName pkg.name).name [ "imagescan-plugin-networkscan" ];
nixpkgs.overlays = singleton (self: super: {
- utsushi = super.utsushi.override {
+ utsushi-customized = self.utsushi.override {
guiSupport = false;
jpegSupport = false;
networkSupport = true;