From a2658f46338dea6d09b47c8939821d915cdaeb92 Mon Sep 17 00:00:00 2001 From: AndersonTorres Date: Mon, 24 Jan 2022 23:15:59 -0300 Subject: [PATCH] nixos/tests/mpd.nix: mpc_cli -> mpc-cli --- nixos/tests/mpd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/mpd.nix b/nixos/tests/mpd.nix index 5c969fc9c917..52d9c7fd33a1 100644 --- a/nixos/tests/mpd.nix +++ b/nixos/tests/mpd.nix @@ -96,7 +96,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: }; 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. def play_some_music(server):