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