visidata: add darwin to supported platforms

gstqt5
Badi' Abdul-Wahid 2020-05-12 13:58:31 -05:00 committed by Badi Abdul-Wahid
parent d623b3cb07
commit b3329478be
No known key found for this signature in database
GPG Key ID: CDE1937CA22F3D1F
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ buildPythonApplication rec {
description = "Interactive terminal multitool for tabular data";
license = lib.licenses.gpl3;
maintainers = [ lib.maintainers.raskin ];
platforms = lib.platforms.linux;
platforms = with lib.platforms; linux ++ darwin;
homepage = "http://visidata.org/";
};
}