mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 03:34:58 +00:00
mpd: declare tests from nixosTests
This commit is contained in:
parent
480ed5f909
commit
14c9451a83
@ -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 New Issue
Block a user