summaryrefslogtreecommitdiffstats
path: root/tv/2configs/xp-332.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-11-28 22:19:52 +0100
committermakefu <github@syntax-fehler.de>2018-11-28 22:19:52 +0100
commitb9bbbfe22644dd877ed2d37e89efb77917dd909e (patch)
tree82fe461bcdf384f3241bcaa7092b5540bddd3a90 /tv/2configs/xp-332.nix
parent8164cf61f34217656da5e66a0ea06ec96f473930 (diff)
parent84c79ff43b2b65bba969aef7460f4a9d2915c112 (diff)
Merge remote-tracking branch 'lassul.us/master'
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;