mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
tk: fix x64 darwin build
update replace -framework -> -weak_framework to remove reference to UniformTypeIdentifiers
This commit is contained in:
parent
f85461a870
commit
f7c3bbc5c7
@ -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…
Reference in New Issue
Block a user