mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
visidata: remove platforms from metadata
because `buildPythonApplication` sets it already.
This commit is contained in:
parent
6cb1865eb3
commit
fbaa40d9f0
1 changed files with 0 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue