Skip to content

Commit

Permalink
slskd: add version test
Browse files Browse the repository at this point in the history
(cherry picked from commit d4735e4)
  • Loading branch information
getchoo authored and melvyn2 committed Oct 1, 2024
1 parent ecf86d4 commit 969d59c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/by-name/sl/slskd/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
fetchNpmDeps,
mono,
nodejs_18,
slskd,
testers,
}:

let
Expand Down Expand Up @@ -60,6 +62,10 @@ buildDotnetModule rec {
mv "$npmRoot"/build $out/lib/slskd/wwwroot
'';

passthru = {
tests.version = testers.testVersion { package = slskd; };
};

meta = {
description = "Modern client-server application for the Soulseek file sharing network";
homepage = "https://github.com/slskd/slskd";
Expand Down

0 comments on commit 969d59c

Please sign in to comment.