mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
fantomas: add darwin platforms
This commit is contained in:
parent
ec841889d3
commit
bf302e9144
@ -10,7 +10,7 @@ buildDotnetGlobalTool {
|
|||||||
description = "F# source code formatter";
|
description = "F# source code formatter";
|
||||||
homepage = "https://github.com/fsprojects/fantomas";
|
homepage = "https://github.com/fsprojects/fantomas";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = with maintainers; [ mikaelfangel ];
|
maintainers = with maintainers; [ mikaelfangel ];
|
||||||
mainProgram = "fantomas";
|
mainProgram = "fantomas";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user