Merge pull request #329518 from jaredmontoya/update-ear2ctl

ear2ctl: add nix-update-script
This commit is contained in:
Peder Bergebakken Sundt
2024-07-28 22:12:42 +02:00
committed by GitHub
+10 -1
View File
@@ -1,4 +1,11 @@
{ lib, rustPlatform, fetchFromGitLab, pkg-config, dbus }:
{
lib,
rustPlatform,
fetchFromGitLab,
pkg-config,
dbus,
nix-update-script,
}:
rustPlatform.buildRustPackage rec {
pname = "ear2ctl";
@@ -17,6 +24,8 @@ rustPlatform.buildRustPackage rec {
buildInputs = [ dbus ];
passthru.updateScript = nix-update-script { };
meta = {
description = "Linux controller for the Nothing Ear (2)";
homepage = "https://gitlab.com/bharadwaj-raju/ear2ctl";