Merge pull request #199346 from hacker1024/patch-1

bpytop: No longer broken on Darwin

authored by Nikolay Korotkiy and committed by GitHub 98bb201b 989eb423

-3
-3
pkgs/tools/system/bpytop/default.nix
··· 45 license = licenses.asl20; 46 maintainers = with maintainers; [ aw ]; 47 platforms = with platforms; linux ++ freebsd ++ darwin; 48 - 49 - # https://github.com/NixOS/nixpkgs/pull/94625#issuecomment-668509399 50 - broken = stdenv.isDarwin && stdenv.isx86_64; 51 }; 52 }
··· 45 license = licenses.asl20; 46 maintainers = with maintainers; [ aw ]; 47 platforms = with platforms; linux ++ freebsd ++ darwin; 48 }; 49 }