Workaround for scanning
This commit is contained in:
parent
b1a97cbc06
commit
2b5a972367
@ -58,6 +58,12 @@
|
|||||||
|
|
||||||
# Enable scanning
|
# Enable scanning
|
||||||
hardware.sane.enable = true;
|
hardware.sane.enable = true;
|
||||||
|
# Workaround for https://github.com/NixOS/nixpkgs/issues/273280
|
||||||
|
hardware.sane.backends-package = pkgs.sane-backends.overrideAttrs (old: {
|
||||||
|
configureFlags = (old.configureFlags or []) ++ [
|
||||||
|
"--disable-locking"
|
||||||
|
];
|
||||||
|
});
|
||||||
|
|
||||||
hardware.opengl.enable = true;
|
hardware.opengl.enable = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user