Martin Weinelt 2026-06-27 02:18:41 +02:00 committed by github-actions[bot]
commit 4b6aed1d9a

View file

@ -62,4 +62,8 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstall
'';
# (node:24500) Warning: File descriptor 19 closed but not opened in unmanaged mode
# (node:24500) Warning: File descriptor 19 opened in unmanaged mode twice
meta.broken = stdenv.hostPlatform.isDarwin;
})