mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
authelia: mark web build broken on darwin
https://hydra.nixos.org/job/nixpkgs/nixpkgs-26.05-darwin/authelia.aarch64-darwin
https://hydra.nixos.org/job/nixpkgs/nixpkgs-26.05-darwin/authelia.x86_64-darwin
(cherry picked from commit 1211aaaa13)
This commit is contained in:
parent
3a45106ee8
commit
4b6aed1d9a
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue