From f0e1ee342c985bc9fa42ef248d0c5543a6a87986 Mon Sep 17 00:00:00 2001 From: Kenneth Chew <79120643+kthchew@users.noreply.github.com> Date: Sun, 13 Jul 2025 01:41:02 -0400 Subject: [PATCH] Add codesign to Nix build input Signed-off-by: Kenneth Chew <79120643+kthchew@users.noreply.github.com> --- nix/unwrapped.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/unwrapped.nix b/nix/unwrapped.nix index d9144410f..bb6b47e7d 100644 --- a/nix/unwrapped.nix +++ b/nix/unwrapped.nix @@ -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 =