Unverified Commit abebf0d2 authored by Emily's avatar Emily Committed by GitHub
Browse files

tk: fix x64 darwin build (#357765)

parents f85461a8 f7c3bbc5
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 = ''