summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio/mpc123/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/mpc123/default.nix')
-rw-r--r--pkgs/applications/audio/mpc123/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/mpc123/default.nix b/pkgs/applications/audio/mpc123/default.nix
index 4ea26b458a7c..ccaa428a3f41 100644
--- a/pkgs/applications/audio/mpc123/default.nix
+++ b/pkgs/applications/audio/mpc123/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
installPhase =
# XXX: Should install locales too (though there's only 1 available).
- '' ensureDir "$out/bin"
+ '' mkdir -p "$out/bin"
cp -v mpc123 "$out/bin"
'';