Unverified Commit f7c3bbc5 authored by Reno Dakota's avatar Reno Dakota
Browse files

tk: fix x64 darwin build

update replace -framework -> -weak_framework to remove reference to
UniformTypeIdentifiers
parent f85461a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = ''