最新版本的drawio已经不再开源

drawio早就不公开接受贡献代码,而最新版本drawio的构建源代码也已经不再展示在仓库中,现在基本停留在还能用的阶段。

网上各种二次开发教程均已经失效,除非去找一些drawio的旧存档。

  meta = with lib; {
    description = "Desktop application for creating diagrams";
    homepage = "https://about.draw.io/";
    license = licenses.asl20;
    license = licenses.unfree;
    changelog = "https://github.com/jgraph/drawio-desktop/releases/tag/v${version}";
    maintainers = with maintainers; [ qyliss darkonion0 ];
    platforms = platforms.darwin ++ platforms.linux;

相关链接

  1. https://github.com/NixOS/nixpkgs/commit/da2060c0dee86a677096aab104c029a578bd12ea
  2. https://github.com/jgraph/drawio/discussions/4819

(版权归cpury.com所有,转载请注明出处。)