Merge pull request #199346 from hacker1024/patch-1

bpytop: No longer broken on Darwin
This commit is contained in:
Nikolay Korotkiy 2022-11-12 00:50:00 +04:00 committed by GitHub
commit 98bb201bbf
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;
};
}