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