summary refs log tree commit diff
path: root/pkgs/tools/audio
diff options
context:
space:
mode:
authoréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2023-10-12 07:14:44 -0400
committeréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2023-10-12 07:14:44 -0400
commit2cf8f6b58a00fff32b9c71c598ef7d4264a53b53 (patch)
tree1f8a34576da457e9289451279f2ebef5a64a9d28 /pkgs/tools/audio
parent5abee3248637ce5b2b72a263465d93023864694b (diff)
downloadnixpkgs-2cf8f6b58a00fff32b9c71c598ef7d4264a53b53.tar
nixpkgs-2cf8f6b58a00fff32b9c71c598ef7d4264a53b53.tar.gz
nixpkgs-2cf8f6b58a00fff32b9c71c598ef7d4264a53b53.tar.bz2
nixpkgs-2cf8f6b58a00fff32b9c71c598ef7d4264a53b53.tar.lz
nixpkgs-2cf8f6b58a00fff32b9c71c598ef7d4264a53b53.tar.xz
nixpkgs-2cf8f6b58a00fff32b9c71c598ef7d4264a53b53.tar.zst
nixpkgs-2cf8f6b58a00fff32b9c71c598ef7d4264a53b53.zip
headsetcontrol: add meta.mainProgram
Diffstat (limited to 'pkgs/tools/audio')
-rw-r--r--pkgs/tools/audio/headsetcontrol/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/audio/headsetcontrol/default.nix b/pkgs/tools/audio/headsetcontrol/default.nix
index 99434f9ca73..68a799a55c7 100644
--- a/pkgs/tools/audio/headsetcontrol/default.nix
+++ b/pkgs/tools/audio/headsetcontrol/default.nix
@@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
     '';
     homepage = "https://github.com/Sapd/HeadsetControl";
     license = licenses.gpl3Plus;
+    mainProgram = "headsetcontrol";
     maintainers = with maintainers; [ leixb ];
     platforms = platforms.all;
   };