brscan5: fix sane config path
This commit is contained in:
parent
67f1596d11
commit
de9db9a27b
@ -94,7 +94,7 @@ in
|
|||||||
{ source = "${etcFiles}/etc/opt/brother/scanner/brscan5"; };
|
{ source = "${etcFiles}/etc/opt/brother/scanner/brscan5"; };
|
||||||
environment.etc."opt/brother/scanner/models" =
|
environment.etc."opt/brother/scanner/models" =
|
||||||
{ source = "${etcFiles}/etc/opt/brother/scanner/brscan5/models"; };
|
{ source = "${etcFiles}/etc/opt/brother/scanner/brscan5/models"; };
|
||||||
environment.etc."sane.d/dll.d/brother5.conf".source = "${pkgs.brscan5}/etc/sane.d/dll.d/brother.conf";
|
environment.etc."sane.d/dll.d/brother5.conf".source = "${pkgs.brscan5}/etc/sane.d/dll.d/brother5.conf";
|
||||||
|
|
||||||
assertions = [
|
assertions = [
|
||||||
{ assertion = all (x: !(null != x.ip && null != x.nodename)) netDeviceList;
|
{ assertion = all (x: !(null != x.ip && null != x.nodename)) netDeviceList;
|
||||||
|
Loading…
Reference in New Issue
Block a user