tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
headsetcontrol: add meta.mainProgram
éclairevoyant
2 years ago
2cf8f6b5
5abee324
+1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
audio
headsetcontrol
default.nix
+1
pkgs/tools/audio/headsetcontrol/default.nix
···
38
'';
39
homepage = "https://github.com/Sapd/HeadsetControl";
40
license = licenses.gpl3Plus;
0
41
maintainers = with maintainers; [ leixb ];
42
platforms = platforms.all;
43
};
···
38
'';
39
homepage = "https://github.com/Sapd/HeadsetControl";
40
license = licenses.gpl3Plus;
41
+
mainProgram = "headsetcontrol";
42
maintainers = with maintainers; [ leixb ];
43
platforms = platforms.all;
44
};