slskd: add version test
This commit is contained in:
parent
02464bd414
commit
d4735e4f99
@ -7,6 +7,8 @@
|
||||
fetchNpmDeps,
|
||||
mono,
|
||||
nodejs_18,
|
||||
slskd,
|
||||
testers,
|
||||
}:
|
||||
|
||||
let
|
||||
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user