8 stdenv.mkDerivation rec {
9 pname = "plantuml-server";
13 url = "https://github.com/plantuml/plantuml-server/releases/download/v${version}/plantuml-v${version}.war";
14 hash = "sha256-9YTclV+FoiNbcpeNtlbbozqjB1BN9EJn03CzyHDbC+8=";
20 mkdir -p "$out/webapps"
21 cp "$src" "$out/webapps/plantuml.war"
25 inherit (nixosTests) plantuml-server;
29 description = "Web application to generate UML diagrams on-the-fly";
30 homepage = "https://plantuml.com/";
31 sourceProvenance = with sourceTypes; [ binaryBytecode ];
32 license = licenses.gpl3Plus;
33 platforms = platforms.all;
34 maintainers = with maintainers; [