Skip to content

Commit

Permalink
mpd: declare tests from nixosTests
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmry committed Apr 22, 2020
1 parent 480ed5f commit 14c9451
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/servers/mpd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
, mpd_clientlib
# Tag support
, libid3tag
, nixosTests
}:

let
Expand Down Expand Up @@ -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/";
Expand Down

0 comments on commit 14c9451

Please sign in to comment.