10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitLab {
15 owner = "bharadwaj-raju";
18 hash = "sha256-xaxl4opLMw9KEDpmNcgR1fBGUqO4BP5a/U52Kz+GAvc=";
21 cargoHash = "sha256-ax+/lvdEOjLnwE3Gvji7aaeF9KXjoOXdlTvxYDo8wGI=";
23 nativeBuildInputs = [ pkg-config ];
25 buildInputs = [ dbus ];
27 passthru.updateScript = nix-update-script { };
30 description = "Linux controller for the Nothing Ear (2)";
31 homepage = "https://gitlab.com/bharadwaj-raju/ear2ctl";
32 maintainers = with lib.maintainers; [ jaredmontoya ];
33 license = lib.licenses.gpl3Plus;
34 platforms = lib.platforms.linux;
35 mainProgram = "ear2ctl";