Loading pkgs/development/libraries/tk/generic.nix +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ tcl.mkTclDerivation { '' + lib.optionalString (stdenv.hostPlatform.isDarwin && lib.versionOlder stdenv.hostPlatform.darwinMinVersion "11") '' substituteInPlace unix/configure* \ --replace " -framework UniformTypeIdentifiers" "" --replace-fail " -weak_framework UniformTypeIdentifiers" "" ''; postInstall = '' Loading Loading
pkgs/development/libraries/tk/generic.nix +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ tcl.mkTclDerivation { '' + lib.optionalString (stdenv.hostPlatform.isDarwin && lib.versionOlder stdenv.hostPlatform.darwinMinVersion "11") '' substituteInPlace unix/configure* \ --replace " -framework UniformTypeIdentifiers" "" --replace-fail " -weak_framework UniformTypeIdentifiers" "" ''; postInstall = '' Loading