mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +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";
|
description = "Interactive terminal multitool for tabular data";
|
||||||
license = lib.licenses.gpl3;
|
license = lib.licenses.gpl3;
|
||||||
maintainers = [ lib.maintainers.raskin ];
|
maintainers = [ lib.maintainers.raskin ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = with lib.platforms; linux ++ darwin;
|
||||||
homepage = "http://visidata.org/";
|
homepage = "http://visidata.org/";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user