eternal-terminal: unmark broken on darwin (#208833)

This commit is contained in:
Grace Dinh 2023-01-08 16:01:22 -08:00 committed by GitHub
parent bc9a00ed26
commit 3bc50ffbb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,6 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = with lib; {
broken = stdenv.isDarwin;
description = "Remote shell that automatically reconnects without interrupting the session";
homepage = "https://eternalterminal.dev/";
license = licenses.asl20;