nixos/tests/mpd.nix: mpc_cli -> mpc-cli

This commit is contained in:
AndersonTorres 2022-01-24 23:15:59 -03:00
parent b7875ab366
commit a2658f4633

View File

@ -96,7 +96,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }:
}; };
testScript = '' testScript = ''
mpc = "${pkgs.mpc_cli}/bin/mpc --wait" mpc = "${pkgs.mpc-cli}/bin/mpc --wait"
# Connects to the given server and attempts to play a tune. # Connects to the given server and attempts to play a tune.
def play_some_music(server): def play_some_music(server):