From 6b11e89c58f3d6e7992b8666c7fd4f6697506fe7 Mon Sep 17 00:00:00 2001 From: Alexander Sieg Date: Mon, 17 Feb 2025 20:25:18 +0100 Subject: [PATCH] ptouch-print: enable build on unix Just tested this on aarch64-darwin with an PT-P710BT --- pkgs/by-name/pt/ptouch-print/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/pt/ptouch-print/package.nix b/pkgs/by-name/pt/ptouch-print/package.nix index 2a4088e25a1c..562e1ab7ad7e 100644 --- a/pkgs/by-name/pt/ptouch-print/package.nix +++ b/pkgs/by-name/pt/ptouch-print/package.nix @@ -53,6 +53,6 @@ stdenv.mkDerivation rec { license = licenses.gpl3Plus; mainProgram = "ptouch-print"; maintainers = with maintainers; [ shamilton ]; - platforms = platforms.linux; + platforms = platforms.unix; }; }