mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-09-15 15:05:40 -04:00
Add codesign to Nix build input
Signed-off-by: Kenneth Chew <79120643+kthchew@users.noreply.github.com>
This commit is contained in:
parent
905fa34e00
commit
f0e1ee342c
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user