Merge pull request #312261 from Yarny0/ensure-printers-fix-options

This commit is contained in:
Sandro
2024-06-02 17:59:01 +02:00
committed by GitHub
+1 -1
View File
@@ -13,7 +13,7 @@ let
} // optionalAttrs (p.description != null) {
D = p.description;
} // optionalAttrs (p.ppdOptions != {}) {
o = mapAttrsToList (name: value: "'${name}'='${value}'") p.ppdOptions;
o = mapAttrsToList (name: value: "${name}=${value}") p.ppdOptions;
});
in ''
${pkgs.cups}/bin/lpadmin ${args} -E