gtk2: cap MACOSX_DEPLOYMENT_TARGET at 10.16

authored by

Ivan Babrou and committed by
Jonathan Ringer
24f13758 59579ed4

+4
+4
pkgs/development/libraries/gtk/2.x.nix
··· 61 61 ++ optionals cupsSupport [ cups ] 62 62 ++ optionals stdenv.isDarwin [ AppKit Cocoa ]; 63 63 64 + preConfigure = if (lib.versionAtLeast stdenv.hostPlatform.darwinMinVersion "11" && stdenv.isDarwin) then '' 65 + MACOSX_DEPLOYMENT_TARGET=10.16 66 + '' else null; 67 + 64 68 configureFlags = [ 65 69 "--with-gdktarget=${gdktarget}" 66 70 "--with-xinput=yes"