Commit c31dfa25 authored by mdarocha's avatar mdarocha
Browse files

fable: init at 4.1.4

parent 00038e26
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
{ buildDotnetGlobalTool, lib }:

buildDotnetGlobalTool {
  pname = "fable";
  version = "4.1.4";

  nugetSha256 = "sha256-9wMQj4+xmAprt80slet2wUW93fRyEhOhhNVGYbWGS3Y=";

  meta = with lib; {
    description = "Fable is an F# to JavaScript compiler";
    homepage = "https://github.com/fable-compiler/fable";
    changelog = "https://github.com/fable-compiler/fable/releases/tag/v${version}";
    license = licenses.mit;
    platforms = platforms.linux;
    maintainers = with maintainers; [ anpin mdarocha ];
  };
}
+2 −0
Original line number Diff line number Diff line
@@ -810,6 +810,8 @@ with pkgs;
  pbm = callPackage ../tools/admin/pbm { };
  fable = callPackage ../development/tools/fable { };
  dotnetenv = callPackage ../build-support/dotnet/dotnetenv {
    dotnetfx = dotnetfx40;
  };