Merge pull request #113707 from symphorien/sane-backends-udpate

sane-backends: 1.0.30 -> 1.0.32
This commit is contained in:
Guillaume Girol
2021-03-21 11:03:04 +00:00
committed by GitHub
6 changed files with 106 additions and 117 deletions
+1 -3
View File
@@ -4,9 +4,7 @@ with lib;
let
pkg = if config.hardware.sane.snapshot
then pkgs.sane-backends-git
else pkgs.sane-backends;
pkg = pkgs.sane-backends;
sanedConf = pkgs.writeTextFile {
name = "saned.conf";