From 027d53c0e4bf4486c4267a5152f23c0679295fd9 Mon Sep 17 00:00:00 2001 From: Emily Date: Sat, 5 Oct 2024 20:44:17 +0100 Subject: [PATCH] filezilla: remove code for macOS < 11 --- pkgs/applications/networking/ftp/filezilla/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/applications/networking/ftp/filezilla/default.nix b/pkgs/applications/networking/ftp/filezilla/default.nix index e8a1f90fbfa8..a6a0778eab31 100644 --- a/pkgs/applications/networking/ftp/filezilla/default.nix +++ b/pkgs/applications/networking/ftp/filezilla/default.nix @@ -52,10 +52,6 @@ stdenv.mkDerivation rec { xdg-utils ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ CoreServices Security ]; - preBuild = lib.optionalString (stdenv.hostPlatform.isDarwin) '' - export MACOSX_DEPLOYMENT_TARGET=11.0 - ''; - enableParallelBuilding = true; meta = with lib; {