mpc-cli: set mainProgram

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-08-04 14:54:53 +02:00
parent e60ea01959
commit 48912917aa
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -58,5 +58,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
maintainers = with maintainers; [ AndersonTorres ];
platforms = with platforms; unix;
mainProgram = "mpc";
};
}