Unverified Commit edb6a65f authored by hacker1024's avatar hacker1024 Committed by GitHub
Browse files

bpytop: No longer broken on Darwin

`bpytop` was last reported broken on Darwin in version `1.0.0`. It is no longer broken.
parent a2a77753
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -45,8 +45,5 @@ stdenv.mkDerivation rec {
    license = licenses.asl20;
    maintainers = with maintainers; [ aw ];
    platforms = with platforms; linux ++ freebsd ++ darwin;

    # https://github.com/NixOS/nixpkgs/pull/94625#issuecomment-668509399
    broken = stdenv.isDarwin && stdenv.isx86_64;
  };
}