summary refs log tree commit diff
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-08-04 14:54:53 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2023-08-04 14:54:57 +0200
commit48912917aa1d2d8f2c5586656b39af28d27eb5a1 (patch)
treeb0a0826080918f4b45cfff7ceec0a52f108e0bc8
parente60ea01959e2386723a4784abd04fe9747100377 (diff)
downloadnixpkgs-48912917aa1d2d8f2c5586656b39af28d27eb5a1.tar
nixpkgs-48912917aa1d2d8f2c5586656b39af28d27eb5a1.tar.gz
nixpkgs-48912917aa1d2d8f2c5586656b39af28d27eb5a1.tar.bz2
nixpkgs-48912917aa1d2d8f2c5586656b39af28d27eb5a1.tar.lz
nixpkgs-48912917aa1d2d8f2c5586656b39af28d27eb5a1.tar.xz
nixpkgs-48912917aa1d2d8f2c5586656b39af28d27eb5a1.tar.zst
nixpkgs-48912917aa1d2d8f2c5586656b39af28d27eb5a1.zip
mpc-cli: set mainProgram
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
-rw-r--r--pkgs/applications/audio/mpc/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/mpc/default.nix b/pkgs/applications/audio/mpc/default.nix
index cebf08f1908..9f7d8a06e20 100644
--- a/pkgs/applications/audio/mpc/default.nix
+++ b/pkgs/applications/audio/mpc/default.nix
@@ -58,5 +58,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl2Plus;
     maintainers = with maintainers; [ AndersonTorres ];
     platforms = with platforms; unix;
+    mainProgram = "mpc";
   };
 }