mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
Merge pull request #87692 from badmutex/patch-1
visidata: add darwin to supported platforms
This commit is contained in:
commit
a1f68b7f93
@ -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 New Issue
Block a user