parent
d3f5b059bb
commit
faa19418f5
@ -829,7 +829,7 @@ in
|
||||
mosquitto = runTest ./mosquitto.nix;
|
||||
moosefs = handleTest ./moosefs.nix { };
|
||||
movim = import ./web-apps/movim { inherit recurseIntoAttrs runTest; };
|
||||
mpd = handleTest ./mpd.nix { };
|
||||
mpd = runTest ./mpd.nix;
|
||||
mpv = runTest ./mpv.nix;
|
||||
mtp = handleTest ./mtp.nix { };
|
||||
multipass = handleTest ./multipass.nix { };
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
import ./make-test-python.nix (
|
||||
{ pkgs, lib, ... }:
|
||||
let
|
||||
{ pkgs, lib, ... }:
|
||||
let
|
||||
track = pkgs.fetchurl {
|
||||
# Sourced from http://freemusicarchive.org/music/Blue_Wave_Theory/Surf_Music_Month_Challenge/Skyhawk_Beach_fade_in
|
||||
|
||||
@ -54,8 +53,8 @@ import ./make-test-python.nix (
|
||||
services.mpd = mpd;
|
||||
systemd.services.musicService = musicService;
|
||||
};
|
||||
in
|
||||
{
|
||||
in
|
||||
{
|
||||
name = "mpd";
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [ emmanuelrosa ];
|
||||
@ -146,5 +145,4 @@ import ./make-test-python.nix (
|
||||
# to perform the following test:
|
||||
client.fail(f"{mpc} -h serverPulseAudio status")
|
||||
'';
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user