about summary refs log tree commit diff
path: root/nixos/tests/mpd.nix
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2022-01-24 23:15:59 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2022-01-24 23:24:06 -0300
commita2658f46338dea6d09b47c8939821d915cdaeb92 (patch)
tree3301595b901426cb3cbb9318d9e32bcb37f1cda3 /nixos/tests/mpd.nix
parentb7875ab366ae8fb94a9f3b45b245e43c64d1f75a (diff)
nixos/tests/mpd.nix: mpc_cli -> mpc-cli
Diffstat (limited to 'nixos/tests/mpd.nix')
-rw-r--r--nixos/tests/mpd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/mpd.nix b/nixos/tests/mpd.nix
index 5c969fc9c9176..52d9c7fd33a1b 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):