Merge pull request #329518 from jaredmontoya/update-ear2ctl

ear2ctl: add nix-update-script

authored by Peder Bergebakken Sundt and committed by GitHub 88b20849 b5e5c37f

+10 -1
+10 -1
pkgs/by-name/ea/ear2ctl/package.nix
··· 1 - { lib, rustPlatform, fetchFromGitLab, pkg-config, dbus }: 1 + { 2 + lib, 3 + rustPlatform, 4 + fetchFromGitLab, 5 + pkg-config, 6 + dbus, 7 + nix-update-script, 8 + }: 2 9 3 10 rustPlatform.buildRustPackage rec { 4 11 pname = "ear2ctl"; ··· 16 23 nativeBuildInputs = [ pkg-config ]; 17 24 18 25 buildInputs = [ dbus ]; 26 + 27 + passthru.updateScript = nix-update-script { }; 19 28 20 29 meta = { 21 30 description = "Linux controller for the Nothing Ear (2)";