mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
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:
parent
a2a777538d
commit
edb6a65fc9
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user