mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
voicevox: remove usage of CSC_IDENTITY_AUTO_DISCOVERY
This commit is contained in:
parent
730875f9e6
commit
f701f68ba0
1 changed files with 3 additions and 4 deletions
|
|
@ -86,9 +86,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
env.ELECTRON_SKIP_BINARY_DOWNLOAD = "1";
|
||||
|
||||
# disable code signing on Darwin
|
||||
env.CSC_IDENTITY_AUTO_DISCOVERY = "false";
|
||||
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
|
||||
|
|
@ -106,7 +103,9 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
--dir \
|
||||
--config ./build/electronBuilderConfigLoader.cjs \
|
||||
-c.electronDist=electron-dist \
|
||||
-c.electronVersion=${electron.version}
|
||||
-c.electronVersion=${electron.version} \
|
||||
-c.mac.identity=null
|
||||
# ^ disable codesigning on Darwin
|
||||
|
||||
runHook postBuild
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue