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, stdenv,
cmake, cmake,
cmark, cmark,
darwin,
apple-sdk_11, apple-sdk_11,
extra-cmake-modules, extra-cmake-modules,
gamemode, gamemode,
@ -74,6 +75,7 @@ stdenv.mkDerivation {
extra-cmake-modules extra-cmake-modules
jdk17 jdk17
stripJavaArchivesHook stripJavaArchivesHook
darwin.sigtool
]; ];
buildInputs = buildInputs =