release-lib: drop support for x86_64-darwin

This commit is contained in:
Emily
2026-06-21 19:37:17 +01:00
parent 0e8006c9ab
commit 9770319c3e
-3
View File
@@ -65,7 +65,6 @@ let
pkgs_aarch64_darwin = packageSet' { system = "aarch64-darwin"; };
pkgs_armv6l_linux = packageSet' { system = "armv6l-linux"; };
pkgs_armv7l_linux = packageSet' { system = "armv7l-linux"; };
pkgs_x86_64_darwin = packageSet' { system = "x86_64-darwin"; };
pkgs_x86_64_freebsd = packageSet' { system = "x86_64-freebsd"; };
pkgs_i686_freebsd = packageSet' { system = "i686-freebsd"; };
pkgs_i686_cygwin = packageSet' { system = "i686-cygwin"; };
@@ -87,8 +86,6 @@ let
pkgs_armv6l_linux
else if system == "armv7l-linux" then
pkgs_armv7l_linux
else if system == "x86_64-darwin" then
pkgs_x86_64_darwin
else if system == "x86_64-freebsd" then
pkgs_x86_64_freebsd
else if system == "i686-freebsd" then