Add codesign to Nix build input

Signed-off-by: Kenneth Chew <79120643+kthchew@users.noreply.github.com>
This commit is contained in:
Kenneth Chew 2025-07-13 01:41:02 -04:00
parent 905fa34e00
commit f0e1ee342c
No known key found for this signature in database

View File

@ -3,6 +3,7 @@
stdenv,
cmake,
cmark,
darwin,
apple-sdk_11,
extra-cmake-modules,
gamemode,
@ -74,6 +75,7 @@ stdenv.mkDerivation {
extra-cmake-modules
jdk17
stripJavaArchivesHook
darwin.sigtool
];
buildInputs =