summaryrefslogtreecommitdiffstats
path: root/5pkgs/zj-58
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-10-07 23:09:27 +0200
committermakefu <github@syntax-fehler.de>2018-10-07 23:09:27 +0200
commitdaa7079889cddedbe15c8c5fd1397183d1fb28cc (patch)
treed862b67383dc8e37820ac47d2e2697ad2cb245bd /5pkgs/zj-58
parent5110337c5b58485bbed96d303308feb8d96b56ef (diff)
ma pkgs: rip zj-58 and jd-gui
Diffstat (limited to '5pkgs/zj-58')
-rw-r--r--5pkgs/zj-58/default.nix30
1 files changed, 0 insertions, 30 deletions
diff --git a/5pkgs/zj-58/default.nix b/5pkgs/zj-58/default.nix
deleted file mode 100644
index 6eda84959..000000000
--- a/5pkgs/zj-58/default.nix
+++ /dev/null
@@ -1,30 +0,0 @@
-{stdenv, fetchFromGitHub, cups}:
-
-stdenv.mkDerivation rec {
- name = "cups-zj58-2018-02-22";
-
- src = fetchFromGitHub {
- owner = "klirichek";
- repo = "zj-58";
- rev = "e4212cd";
- sha256 = "1w2qkspm4qqg5h8n6gmakzhiww7gag64chvy9kf89xsl3wsyp6pi";
- };
-
- buildInputs = [cups];
-
- installPhase = ''
- mkdir -p $out/lib/cups/filter
-
- cp rastertozj $out/lib/cups/filter
-
-
- mkdir -p $out/share/cups/model/zjiang
- cp ZJ-58.ppd $out/share/cups/model/zjiang/
- '';
-
- meta = {
- description = "CUPS filter for thermal printer Zjiang ZJ-58";
- homepage = https://github.com/klirichek/zj-58;
- platforms = stdenv.lib.platforms.linux;
- };
-}