tv xp332: add utsushi-customized
This commit is contained in:
parent
627a3800ce
commit
88ac2f4081
@ -11,7 +11,7 @@ with import <stockholm/lib>;
|
|||||||
hardware.sane = {
|
hardware.sane = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraBackends = [
|
extraBackends = [
|
||||||
pkgs.utsushi
|
pkgs.utsushi-customized
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ with import <stockholm/lib>;
|
|||||||
elem (parseDrvName pkg.name).name [ "imagescan-plugin-networkscan" ];
|
elem (parseDrvName pkg.name).name [ "imagescan-plugin-networkscan" ];
|
||||||
|
|
||||||
nixpkgs.overlays = singleton (self: super: {
|
nixpkgs.overlays = singleton (self: super: {
|
||||||
utsushi = super.utsushi.override {
|
utsushi-customized = self.utsushi.override {
|
||||||
guiSupport = false;
|
guiSupport = false;
|
||||||
jpegSupport = false;
|
jpegSupport = false;
|
||||||
networkSupport = true;
|
networkSupport = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user