Merge pull request #87692 from badmutex/patch-1

visidata: add darwin to supported platforms
This commit is contained in:
Michael Raskin 2020-05-13 09:56:01 +00:00 committed by GitHub
commit a1f68b7f93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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