kando: remove usage of CSC_IDENTITY_AUTO_DISCOVERY
This commit is contained in:
@@ -69,8 +69,6 @@ buildNpmPackage.override { inherit nodejs; } rec {
|
||||
ELECTRON_SKIP_BINARY_DOWNLOAD = "1";
|
||||
# use our own node headers since we skip downloading them
|
||||
NIX_CFLAGS_COMPILE = "-I${nodejs}/include/node";
|
||||
# disable code signing on Darwin
|
||||
CSC_IDENTITY_AUTO_DISCOVERY = lib.optionalString stdenv.hostPlatform.isDarwin "false";
|
||||
};
|
||||
|
||||
postConfigure = ''
|
||||
|
||||
Reference in New Issue
Block a user