ttyplot: add meta.platforms

This commit is contained in:
Mario Rodas 2024-02-13 04:20:00 +00:00
parent f9d42f4f96
commit bd8fcaea40

View file

@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
description = "A simple general purpose plotting utility for tty with data input from stdin";
homepage = "https://github.com/tenox7/ttyplot";
license = licenses.asl20;
platforms = platforms.all;
maintainers = with maintainers; [ lassulus ];
mainProgram = "ttyplot";
};