mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
plantuml-server: add nixosTest to passthru.tests
This commit is contained in:
parent
2b455c1649
commit
b7851eed07
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl }:
|
||||
{ lib, stdenv, fetchurl, nixosTests }:
|
||||
|
||||
let
|
||||
version = "1.2023.12";
|
||||
@ -17,6 +17,10 @@ stdenv.mkDerivation rec {
|
||||
cp "$src" "$out/webapps/plantuml.war"
|
||||
'';
|
||||
|
||||
passthru.tests = {
|
||||
inherit (nixosTests) plantuml-server;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "A web application to generate UML diagrams on-the-fly.";
|
||||
homepage = "https://plantuml.com/";
|
||||
|
Loading…
Reference in New Issue
Block a user