mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
visidata: add darwin to supported platforms
This commit is contained in:
parent
d623b3cb07
commit
b3329478be
|
@ -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/";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue