sane-backends: 1.0.30 -> 1.0.32

sane-backends-git: remove, it's not updated often enough to be useful
This commit is contained in:
Symphorien Gibol
2021-03-21 11:07:14 +01:00
parent f5e8bdd07d
commit c20cd1834f
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";