about summary refs log tree commit diff
path: root/pkgs/games/scummvm
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2022-12-16 07:45:32 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2022-12-16 07:45:32 +0100
commit0f84dcb7cc158cebacc9e68d011eaef8e11e66b1 (patch)
tree81c33f5ec7bb5f11fa3e13fcab3d37daad8787dd /pkgs/games/scummvm
parentc7c950be8900e7ea5d2af4a5dfa58905ac612f84 (diff)
scummvm: unbreak on aarch64-darwin
Diffstat (limited to 'pkgs/games/scummvm')
-rw-r--r--pkgs/games/scummvm/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/games/scummvm/default.nix b/pkgs/games/scummvm/default.nix
index 1943036a83ef1..9b989ac70e059 100644
--- a/pkgs/games/scummvm/default.nix
+++ b/pkgs/games/scummvm/default.nix
@@ -47,7 +47,5 @@ stdenv.mkDerivation rec {
     license = licenses.gpl2;
     maintainers = [ maintainers.peterhoeg ];
     platforms = platforms.unix;
-    # never built on aarch64-darwin since first introduction in nixpkgs
-    broken = stdenv.isDarwin && stdenv.isAarch64;
   };
 }