stats: move a post-fixup comment

This commit is contained in:
FlameFlag
2026-06-16 20:49:20 +03:00
parent 8dd574b98e
commit 2fc7270138
+2 -2
View File
@@ -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"
'';