authelia: mark web build broken on darwin (#535866)
This commit is contained in:
@@ -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;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user