visidata: add darwin to supported platforms

This commit is contained in:
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

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/";
};
}