terminal-notifier: enable strictDeps

nixpkgs-vet requires strictDeps for all new top-level packages, so
enable it here too
(https://github.com/NixOS/nixpkgs-vet/blob/main/src/problem/npv_164.rs).

Assisted-by: Claude Code (Claude Fable 5)
This commit is contained in:
TANIGUCHI Kohei
2026-07-14 02:06:01 +09:00
parent c901ee899d
commit 6271732ab9
@@ -20,6 +20,8 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-Hd9cI3R2nQK2deBb5CBYz4DTHAEcO4vzqtA5qZwa1Ao=";
};
strictDeps = true;
nativeBuildInputs = [
ibtool
makeBinaryWrapper