about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2022-11-12 00:50:00 +0400
committerGitHub <noreply@github.com>2022-11-12 00:50:00 +0400
commit98bb201bbfba99003e6cd5f85c13c46050fb8ee8 (patch)
treed0a716d3e030ef9036faa7bf73814ee251c10361
parent989eb42390665ba963894b2eb7f3d2bc51326789 (diff)
parentedb6a65fc905845a24bc1a3c0efd399951d57c58 (diff)
Merge pull request #199346 from hacker1024/patch-1
bpytop: No longer broken on Darwin
-rw-r--r--pkgs/tools/system/bpytop/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/tools/system/bpytop/default.nix b/pkgs/tools/system/bpytop/default.nix
index f0df9fa2e314e..6bc0e4527a85c 100644
--- a/pkgs/tools/system/bpytop/default.nix
+++ b/pkgs/tools/system/bpytop/default.nix
@@ -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;
   };
 }