mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
ttyplot: add meta.platforms
This commit is contained in:
parent
f9d42f4f96
commit
bd8fcaea40
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user