mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-09-15 06:55:02 -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,
|
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 =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user