From bf3de18249b1ff4017aab107a69f0589d913801a Mon Sep 17 00:00:00 2001 From: ghpzin Date: Fri, 16 Aug 2024 02:07:55 +0300 Subject: [PATCH] hyper: mark as broken --- pkgs/applications/terminal-emulators/hyper/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/terminal-emulators/hyper/default.nix b/pkgs/applications/terminal-emulators/hyper/default.nix index 8fcbbe0666ef..4db56792b733 100644 --- a/pkgs/applications/terminal-emulators/hyper/default.nix +++ b/pkgs/applications/terminal-emulators/hyper/default.nix @@ -54,5 +54,6 @@ stdenv.mkDerivation rec { license = licenses.mit; platforms = [ "x86_64-linux" ]; mainProgram = "hyper"; + broken = true; # Error: 'node-pty' failed to load }; }