mpd: declare tests from nixosTests
This commit is contained in:
parent
480ed5f909
commit
14c9451a83
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
, mpd_clientlib
|
||||
# Tag support
|
||||
, libid3tag
|
||||
, nixosTests
|
||||
}:
|
||||
|
||||
let
|
||||
|
@ -128,6 +129,8 @@ let
|
|||
++ lib.optional (builtins.elem "systemd" features_)
|
||||
"-Dsystemd_system_unit_dir=etc/systemd/system";
|
||||
|
||||
passthru.tests.nixos = nixosTests.mpd;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A flexible, powerful daemon for playing music";
|
||||
homepage = "https://www.musicpd.org/";
|
||||
|
|
Loading…
Reference in a new issue