1 {lib, stdenv, fetchFromGitHub, cups}:
5 version = "2018-02-22";
7 src = fetchFromGitHub {
11 sha256 = "1w2qkspm4qqg5h8n6gmakzhiww7gag64chvy9kf89xsl3wsyp6pi";
14 buildInputs = [ cups ];
17 install -D rastertozj $out/lib/cups/filter/rastertozj
18 install -D ZJ-58.ppd $out/share/cups/model/zjiang/ZJ-58.ppd
22 description = "CUPS filter for thermal printer Zjiang ZJ-58";
23 homepage = "https://github.com/klirichek/zj-58";
24 platforms = platforms.linux;
25 maintainers = with maintainers; [ makefu ];
26 license = licenses.bsd2;