ptouch-print: enable build on unix

Just tested this on aarch64-darwin with an PT-P710BT
This commit is contained in:
Alexander Sieg
2025-02-17 20:33:57 +01:00
parent 1062db4d58
commit 6b11e89c58
+1 -1
View File
@@ -53,6 +53,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
mainProgram = "ptouch-print";
maintainers = with maintainers; [ shamilton ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}