mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 16:40:12 +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";
|
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 a new issue