diff --git a/pkgs/applications/editors/poke/default.nix b/pkgs/applications/editors/poke/default.nix index df20645a33e1..fba01f5bdb05 100644 --- a/pkgs/applications/editors/poke/default.nix +++ b/pkgs/applications/editors/poke/default.nix @@ -108,7 +108,7 @@ in stdenv.mkDerivation rec { license = licenses.gpl3Plus; maintainers = with maintainers; [ AndersonTorres kira-bruneau ]; platforms = platforms.unix; - badPlatforms = [ "aarch64-darwin" ]; # Undefined symbols for architecture arm64 + broken = stdenv.isDarwin && stdenv.isAarch64; # Undefined symbols for architecture arm64 }; }