darwin.signingUtils: unbreak when __structuredAttrs is enabled

This commit is contained in:
Winter
2025-05-11 00:39:10 -04:00
parent 262532f409
commit 5d06134475
@@ -20,6 +20,8 @@ stdenv.mkDerivation {
'';
# Substituted variables
inherit sigtool;
codesignAllocate = "${cctools}/bin/${cctools.targetPrefix}codesign_allocate";
env = {
inherit sigtool;
codesignAllocate = "${cctools}/bin/${cctools.targetPrefix}codesign_allocate";
};
}