diff options
| author | lassulus <git@lassul.us> | 2023-07-28 23:59:58 +0200 |
|---|---|---|
| committer | lassulus <git@lassul.us> | 2023-07-28 23:59:58 +0200 |
| commit | 02e790c9fb6965e28f1573841181f610ff1599eb (patch) | |
| tree | 5462ffe78c3708806821d893baa6a2c81137812f /makefu/5pkgs/ptouch-print | |
| parent | fd07efa9e97b0984856a97a44ad0b97130db92f7 (diff) | |
| parent | 3f37acf6f9ea4af21195cd7b0a37ba359105a69d (diff) | |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/5pkgs/ptouch-print')
| -rw-r--r-- | makefu/5pkgs/ptouch-print/default.nix | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/makefu/5pkgs/ptouch-print/default.nix b/makefu/5pkgs/ptouch-print/default.nix deleted file mode 100644 index 9bac9bb35..000000000 --- a/makefu/5pkgs/ptouch-print/default.nix +++ /dev/null @@ -1,45 +0,0 @@ -{ lib, stdenv -, fetchgit -, cmake -, gd -, git -, libusb1 -, gettext -, pkg-config -}: - -stdenv.mkDerivation rec { - pname = "ptouch-print"; - version = "1.5-master"; - - src = fetchgit { - url = "https://git.familie-radermacher.ch/cgi/cgit/linux/ptouch-print.git"; - rev = "674e0da5fb6254c4f015c6c910377b6f4f04e0f3"; - sha256 = "04a3kp01mvf538l9d6bw2b54azn64xh605qwaq1ig8imjphrn82s"; - }; - - nativeBuildInputs = [ - cmake - git - ]; - - installPhase = '' - install -D ptouch-print $out/bin/ptouch-print - install -D $src/ptouch-print.1 $out/share/man/man1/ptouch-print.1 - ''; - - buildInputs = [ - gd - pkg-config - gettext - libusb1 - ]; - - meta = with lib; { - description = "Command line tool to print labels on Brother P-Touch printers on Linux"; - license = licenses.gpl3Plus; - homepage = "https://mockmoon-cybernetics.ch/computer/p-touch2430pc/"; - maintainers = with maintainers; [ shamilton ]; - platforms = platforms.linux; - }; -} |
