13 pname = "xunit-viewer";
16 src = fetchFromGitHub {
17 owner = "lukejpreston";
18 repo = "xunit-viewer";
20 hash = "sha256-n9k1Z/wofExG6k/BxtkU8M+Lo3XdCgCh8VFj9jcwL1Q=";
23 npmDepsHash = "sha256-6PV0+G1gzUWUjOfwRtVeALVFFiwkCAB33yB9W0PCGfc=";
25 passthru.updateScript = nix-update-script { };
28 version = testers.testVersion {
29 package = xunit-viewer;
30 version = "unknown"; # broken, but at least it runs
32 example = callPackage ./test/example.nix { };
36 description = "View your xunit results using JavaScript";
37 homepage = "https://lukejpreston.github.io/xunit-viewer";
38 license = with lib.licenses; [ mit ];
39 maintainers = with lib.maintainers; [ pluiedev ];
40 platforms = lib.platforms.all;