visidata: remove platforms from metadata

because `buildPythonApplication` sets it already.
This commit is contained in:
Daniel Nagy 2021-04-01 14:15:22 +02:00
parent 6cb1865eb3
commit fbaa40d9f0
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

View file

@ -44,7 +44,6 @@ buildPythonApplication rec {
description = "Interactive terminal multitool for tabular data";
license = lib.licenses.gpl3;
maintainers = [ lib.maintainers.raskin ];
platforms = with lib.platforms; linux ++ darwin;
homepage = "http://visidata.org/";
changelog = "https://github.com/saulpw/visidata/blob/v${version}/CHANGELOG.md";
};