From 064627d7e7c8a7619b16ba854274397e1199d770 Mon Sep 17 00:00:00 2001 From: Emily Date: Sun, 12 Jul 2026 20:33:33 +0100 Subject: [PATCH] python3Packages.frida-python: drop `x86_64-darwin` from update script --- pkgs/development/python-modules/frida-python/update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/frida-python/update.sh b/pkgs/development/python-modules/frida-python/update.sh index 2dde81527470..88132590f18c 100755 --- a/pkgs/development/python-modules/frida-python/update.sh +++ b/pkgs/development/python-modules/frida-python/update.sh @@ -11,7 +11,6 @@ sed -i "s/version = \".*\"/version = \"$latest\"/" "$dir/default.nix" for system_platform in \ "x86_64-linux|manylinux1_x86_64" \ "aarch64-linux|manylinux2014_aarch64" \ - "x86_64-darwin|macosx_10_13_x86_64" \ "aarch64-darwin|macosx_11_0_arm64" do system="${system_platform%%|*}"