treewide: unpin apple-sdk_11 pt 6 (#370477)

authored by Weijia Wang and committed by GitHub 4200b91b 7491caeb

+49 -104
+17 -23
pkgs/by-name/da/darkradiant/package.nix
··· 21 python3, 22 asciidoctor, 23 libgit2, 24 - apple-sdk_11, 25 wrapGAppsHook3, 26 installShellFiles, 27 buildPlugins ? true, ··· 46 installShellFiles 47 ]; 48 49 - buildInputs = 50 - [ 51 - zlib 52 - libjpeg 53 - wxGTK32 54 - libxml2 55 - libsigcxx 56 - libpng 57 - openal 58 - libvorbis 59 - eigen 60 - ftgl 61 - freetype 62 - glew 63 - glib 64 - libgit2 65 - python3 66 - ] 67 - ++ lib.optionals stdenv.hostPlatform.isLinux [ libX11 ] 68 - ++ lib.optionals stdenv.hostPlatform.isDarwin [ 69 - apple-sdk_11 70 - ]; 71 72 doCheck = true; 73
··· 21 python3, 22 asciidoctor, 23 libgit2, 24 wrapGAppsHook3, 25 installShellFiles, 26 buildPlugins ? true, ··· 45 installShellFiles 46 ]; 47 48 + buildInputs = [ 49 + zlib 50 + libjpeg 51 + wxGTK32 52 + libxml2 53 + libsigcxx 54 + libpng 55 + openal 56 + libvorbis 57 + eigen 58 + ftgl 59 + freetype 60 + glew 61 + glib 62 + libgit2 63 + python3 64 + ] ++ lib.optionals stdenv.hostPlatform.isLinux [ libX11 ]; 65 66 doCheck = true; 67
+1 -2
pkgs/by-name/de/debase/package.nix
··· 1 { 2 - apple-sdk_11, 3 fetchFromGitHub, 4 fetchpatch, # Delete at next version bump. 5 lib, ··· 53 54 buildInputs = [ 55 libgit2 56 - ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_11 ]; 57 58 installPhase = '' 59 runHook preInstall
··· 1 { 2 fetchFromGitHub, 3 fetchpatch, # Delete at next version bump. 4 lib, ··· 52 53 buildInputs = [ 54 libgit2 55 + ]; 56 57 installPhase = '' 58 runHook preInstall
+10 -13
pkgs/by-name/de/dexed/package.nix
··· 13 freetype, 14 alsa-lib, 15 libjack2, 16 - apple-sdk_11, 17 }: 18 19 stdenv.mkDerivation (finalAttrs: { ··· 49 pkg-config 50 ]; 51 52 - buildInputs = 53 - lib.optionals stdenv.hostPlatform.isLinux [ 54 - libX11 55 - libXext 56 - libXcursor 57 - libXinerama 58 - libXrandr 59 - freetype 60 - alsa-lib 61 - libjack2 62 - ] 63 - ++ lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_11 ]; 64 65 # JUCE insists on only dlopen'ing these 66 NIX_LDFLAGS = lib.optionalString stdenv.hostPlatform.isLinux (toString [
··· 13 freetype, 14 alsa-lib, 15 libjack2, 16 }: 17 18 stdenv.mkDerivation (finalAttrs: { ··· 48 pkg-config 49 ]; 50 51 + buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ 52 + libX11 53 + libXext 54 + libXcursor 55 + libXinerama 56 + libXrandr 57 + freetype 58 + alsa-lib 59 + libjack2 60 + ]; 61 62 # JUCE insists on only dlopen'ing these 63 NIX_LDFLAGS = lib.optionalString stdenv.hostPlatform.isLinux (toString [
+9 -12
pkgs/by-name/en/en-croissant/package.nix
··· 15 libsoup_2_4, 16 webkitgtk_4_0, 17 gst_all_1, 18 - apple-sdk_11, 19 }: 20 21 rustPlatform.buildRustPackage rec { ··· 51 ++ lib.optionals stdenv.hostPlatform.isLinux [ wrapGAppsHook3 ] 52 ++ lib.optionals stdenv.hostPlatform.isDarwin [ makeBinaryWrapper ]; 53 54 - buildInputs = 55 - lib.optionals stdenv.hostPlatform.isLinux [ 56 - openssl 57 - libsoup_2_4 58 - webkitgtk_4_0 59 - gst_all_1.gstreamer 60 - gst_all_1.gst-plugins-base 61 - gst_all_1.gst-plugins-bad 62 - gst_all_1.gst-plugins-good 63 - ] 64 - ++ lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_11 ]; 65 66 doCheck = false; # many scoring tests fail 67
··· 15 libsoup_2_4, 16 webkitgtk_4_0, 17 gst_all_1, 18 }: 19 20 rustPlatform.buildRustPackage rec { ··· 50 ++ lib.optionals stdenv.hostPlatform.isLinux [ wrapGAppsHook3 ] 51 ++ lib.optionals stdenv.hostPlatform.isDarwin [ makeBinaryWrapper ]; 52 53 + buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ 54 + openssl 55 + libsoup_2_4 56 + webkitgtk_4_0 57 + gst_all_1.gstreamer 58 + gst_all_1.gst-plugins-base 59 + gst_all_1.gst-plugins-bad 60 + gst_all_1.gst-plugins-good 61 + ]; 62 63 doCheck = false; # many scoring tests fail 64
-6
pkgs/by-name/es/espanso/package.nix
··· 19 wxGTK32, 20 makeWrapper, 21 stdenv, 22 - apple-sdk_11, 23 - darwinMinVersionHook, 24 waylandSupport ? false, 25 x11Support ? stdenv.hostPlatform.isLinux, 26 testers, ··· 80 dbus 81 libnotify 82 libxkbcommon 83 - ] 84 - ++ lib.optionals stdenv.hostPlatform.isDarwin [ 85 - apple-sdk_11 86 - (darwinMinVersionHook "10.13") 87 ] 88 ++ lib.optionals waylandSupport [ 89 wl-clipboard
··· 19 wxGTK32, 20 makeWrapper, 21 stdenv, 22 waylandSupport ? false, 23 x11Support ? stdenv.hostPlatform.isLinux, 24 testers, ··· 78 dbus 79 libnotify 80 libxkbcommon 81 ] 82 ++ lib.optionals waylandSupport [ 83 wl-clipboard
+1 -7
pkgs/by-name/fe/febio-studio/package.nix
··· 9 qt6Packages, 10 febio, 11 glew, 12 - apple-sdk_11, 13 - darwinMinVersionHook, 14 fetchpatch, 15 sshSupport ? true, 16 openssl, ··· 74 ] 75 ++ lib.optional tetgenSupport tetgen 76 ++ lib.optional ffmpegSupport ffmpeg 77 - ++ lib.optional dicomSupport dcmtk 78 - ++ lib.optionals stdenv.hostPlatform.isDarwin [ 79 - apple-sdk_11 80 - (darwinMinVersionHook "10.15") 81 - ]; 82 83 meta = { 84 description = "FEBio Suite Solver";
··· 9 qt6Packages, 10 febio, 11 glew, 12 fetchpatch, 13 sshSupport ? true, 14 openssl, ··· 72 ] 73 ++ lib.optional tetgenSupport tetgen 74 ++ lib.optional ffmpegSupport ffmpeg 75 + ++ lib.optional dicomSupport dcmtk; 76 77 meta = { 78 description = "FEBio Suite Solver";
+1 -9
pkgs/by-name/fe/febio/package.nix
··· 4 fetchFromGitHub, 5 fetchpatch2, 6 replaceVars, 7 - apple-sdk_11, 8 cmake, 9 - darwinMinVersionHook, 10 ninja, 11 zlib, 12 mklSupport ? true, ··· 48 ninja 49 ]; 50 51 - buildInputs = 52 - [ zlib ] 53 - ++ lib.optionals mklSupport [ mkl ] 54 - ++ lib.optionals stdenv.hostPlatform.isDarwin [ 55 - apple-sdk_11 56 - (darwinMinVersionHook "10.15") 57 - ]; 58 59 meta = { 60 description = "FEBio Suite Solver";
··· 4 fetchFromGitHub, 5 fetchpatch2, 6 replaceVars, 7 cmake, 8 ninja, 9 zlib, 10 mklSupport ? true, ··· 46 ninja 47 ]; 48 49 + buildInputs = [ zlib ] ++ lib.optionals mklSupport [ mkl ]; 50 51 meta = { 52 description = "FEBio Suite Solver";
-3
pkgs/by-name/fi/findup/package.nix
··· 4 fetchFromGitHub, 5 testers, 6 zig_0_11, 7 - apple-sdk_11, 8 }: 9 let 10 zig = zig_0_11; ··· 21 }; 22 23 nativeBuildInputs = [ zig.hook ]; 24 - 25 - buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_11 ]; 26 27 passthru.tests.version = testers.testVersion { package = finalAttrs.finalPackage; }; 28
··· 4 fetchFromGitHub, 5 testers, 6 zig_0_11, 7 }: 8 let 9 zig = zig_0_11; ··· 20 }; 21 22 nativeBuildInputs = [ zig.hook ]; 23 24 passthru.tests.version = testers.testVersion { package = finalAttrs.finalPackage; }; 25
+9 -12
pkgs/by-name/fi/fire/package.nix
··· 13 libXcursor, 14 freetype, 15 alsa-lib, 16 - apple-sdk_11, 17 }: 18 19 stdenv.mkDerivation (finalAttrs: { ··· 53 pkg-config 54 ]; 55 56 - buildInputs = 57 - lib.optionals stdenv.hostPlatform.isLinux [ 58 - libX11 59 - libXrandr 60 - libXinerama 61 - libXext 62 - libXcursor 63 - freetype 64 - alsa-lib 65 - ] 66 - ++ lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_11 ]; 67 68 cmakeFlags = [ 69 (lib.cmakeBool "FETCHCONTENT_FULLY_DISCONNECTED" true)
··· 13 libXcursor, 14 freetype, 15 alsa-lib, 16 }: 17 18 stdenv.mkDerivation (finalAttrs: { ··· 52 pkg-config 53 ]; 54 55 + buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ 56 + libX11 57 + libXrandr 58 + libXinerama 59 + libXext 60 + libXcursor 61 + freetype 62 + alsa-lib 63 + ]; 64 65 cmakeFlags = [ 66 (lib.cmakeBool "FETCHCONTENT_FULLY_DISCONNECTED" true)
-4
pkgs/by-name/gc/gcs/package.nix
··· 17 mupdf, 18 fontconfig, 19 freetype, 20 - apple-sdk_11, 21 }: 22 23 buildGoModule rec { ··· 88 libXxf86vm 89 fontconfig 90 freetype 91 - ] 92 - ++ lib.optionals stdenv.hostPlatform.isDarwin [ 93 - apple-sdk_11 94 ]; 95 96 # flags are based on https://github.com/richardwilkes/gcs/blob/master/build.sh
··· 17 mupdf, 18 fontconfig, 19 freetype, 20 }: 21 22 buildGoModule rec { ··· 87 libXxf86vm 88 fontconfig 89 freetype 90 ]; 91 92 # flags are based on https://github.com/richardwilkes/gcs/blob/master/build.sh
+1 -3
pkgs/by-name/gg/gg-jj/package.nix
··· 17 18 openssl, 19 webkitgtk_4_1, 20 - apple-sdk_11, 21 22 versionCheckHook, 23 nix-update-script, ··· 71 [ openssl ] 72 ++ lib.optionals stdenv.hostPlatform.isLinux [ 73 webkitgtk_4_1 74 - ] 75 - ++ lib.optional stdenv.hostPlatform.isDarwin apple-sdk_11; 76 77 env.OPENSSL_NO_VENDOR = true; 78
··· 17 18 openssl, 19 webkitgtk_4_1, 20 21 versionCheckHook, 22 nix-update-script, ··· 70 [ openssl ] 71 ++ lib.optionals stdenv.hostPlatform.isLinux [ 72 webkitgtk_4_1 73 + ]; 74 75 env.OPENSSL_NO_VENDOR = true; 76
-3
pkgs/by-name/gh/ghc_filesystem/package.nix
··· 1 { 2 lib, 3 stdenv, 4 - apple-sdk_11, 5 cmake, 6 fetchFromGitHub, 7 nix-update-script, ··· 19 }; 20 21 nativeBuildInputs = [ cmake ]; 22 - 23 - buildInputs = lib.optional stdenv.hostPlatform.isDarwin apple-sdk_11; 24 25 passthru = { 26 updateScript = nix-update-script { };
··· 1 { 2 lib, 3 stdenv, 4 cmake, 5 fetchFromGitHub, 6 nix-update-script, ··· 18 }; 19 20 nativeBuildInputs = [ cmake ]; 21 22 passthru = { 23 updateScript = nix-update-script { };
-7
pkgs/by-name/gl/glsl_analyzer/package.nix
··· 3 stdenv, 4 fetchFromGitHub, 5 zig_0_13, 6 - apple-sdk_11, 7 }: 8 9 stdenv.mkDerivation (finalAttrs: { ··· 19 20 nativeBuildInputs = [ 21 zig_0_13.hook 22 - ]; 23 - 24 - buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ 25 - # The package failed to build on x86_64-darwin because the default was the 10.12 SDK 26 - # Once the default on all platforms has been raised to the 11.0 SDK or higher, this can be removed. 27 - apple-sdk_11 28 ]; 29 30 postPatch = ''
··· 3 stdenv, 4 fetchFromGitHub, 5 zig_0_13, 6 }: 7 8 stdenv.mkDerivation (finalAttrs: { ··· 18 19 nativeBuildInputs = [ 20 zig_0_13.hook 21 ]; 22 23 postPatch = ''