mpd: declare tests from nixosTests

wip/yesman
Emery Hemingway 4 years ago
parent 480ed5f909
commit 14c9451a83
  1. 3
      pkgs/servers/mpd/default.nix

@ -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…
Cancel
Save