bpytop: No longer broken on Darwin

`bpytop` was last reported broken on Darwin in version `1.0.0`. It is no longer broken.
This commit is contained in:
hacker1024 2022-11-04 00:43:13 +11:00 committed by GitHub
parent a2a777538d
commit edb6a65fc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};
}