thorium-reader: format comment

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Mukul Agarwal
2026-06-29 20:37:47 -04:00
committed by GitHub
co-authored by Sandro
parent e917e99234
commit 640e8731f3
+2 -3
View File
@@ -27,10 +27,9 @@ buildNpmPackage (finalAttrs: {
};
env.ELECTRON_SKIP_BINARY_DOWNLOAD = "1";
# makeBinaryWrapper is preferred on Darwin since the OS may confuse itself
# makeBinaryWrapper is required on Darwin since MacOS is confuses itself
# into thinking it needs Rosetta 2 if it encounters a non-MachO executable
# in a .app bundle
# in a .app bundle.
# Simultaneously, we need makeShellWrapper on linux platforms to pass
# electron-specific flags.
nativeBuildInputs = [