From 2fc7270138619914819dbdeb7696c8b1367b4501 Mon Sep 17 00:00:00 2001 From: FlameFlag Date: Tue, 16 Jun 2026 20:49:20 +0300 Subject: [PATCH] stats: move a post-fixup comment --- pkgs/by-name/st/stats/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/st/stats/package.nix b/pkgs/by-name/st/stats/package.nix index 0da129d80fcb..4df7b9d1ab34 100644 --- a/pkgs/by-name/st/stats/package.nix +++ b/pkgs/by-name/st/stats/package.nix @@ -333,9 +333,9 @@ stdenv.mkDerivation (finalAttrs: { runHook postInstall ''; + # Stats is an app bundle with nested frameworks, so sign the bundle to generate + # sealed resources instead of signing only the Mach-O files. postFixup = '' - # Stats is an app bundle with nested frameworks, so sign the bundle to - # generate sealed resources instead of signing only the Mach-O files ${lib.getExe rcodesign} sign "$out/Applications/Stats.app" '';