qt5: fix to work on LLVM 4
(this is reapplying 6b1957d17ae687f7db09db63667fa6f2cc40990b, which got lost in a merge) Including apple_sdk.sdk is generally a recipe for a bad time on LLVM 3.8 and above, since you end up with bad headers in the wrong place that hurt the new libc++ in 3.8 and above. In this case, qt only wanted the super- generic SDK for CUPS headers, which we can just depend on directly now.
This commit is contained in:
parent
a502e327d3
commit
9046e54f6d
@ -214,7 +214,7 @@ stdenv.mkDerivation {
|
|||||||
AGL AppKit ApplicationServices Carbon Cocoa
|
AGL AppKit ApplicationServices Carbon Cocoa
|
||||||
CoreAudio CoreBluetooth CoreLocation CoreServices
|
CoreAudio CoreBluetooth CoreLocation CoreServices
|
||||||
DiskArbitration Foundation OpenGL
|
DiskArbitration Foundation OpenGL
|
||||||
darwin.cf-private darwin.apple_sdk.sdk darwin.libobjc libiconv
|
darwin.cf-private darwin.libobjc libiconv
|
||||||
]);
|
]);
|
||||||
|
|
||||||
buildInputs = [ ]
|
buildInputs = [ ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user