<johnw>
(runs into a compilation error due to hpack having changed)
nD5Xjz_ has quit [Ping timeout: 244 seconds]
nD5Xjz has joined #nix-darwin
nD5Xjz has quit [Ping timeout: 256 seconds]
nD5Xjz has joined #nix-darwin
nD5Xjz has quit [Ping timeout: 244 seconds]
nD5Xjz has joined #nix-darwin
nD5Xjz has quit [Ping timeout: 244 seconds]
<LnL>
fixed on master
<mpickering>
LnL: Do you know why clang reports __cplusplus to be 199711 now?
<mpickering>
ah wait this might be my fault
<mpickering>
no, it appears to be so
<LnL>
no
<mpickering>
Seems like it always reports 199711 but somehow rebasing broke the build for this package
dhess has quit [Remote host closed the connection]
dhess has joined #nix-darwin
hamishmack has joined #nix-darwin
philr has joined #nix-darwin
alexteves has joined #nix-darwin
ryanartecona has joined #nix-darwin
ryanartecona has quit [Quit: ryanartecona]
ryanartecona has joined #nix-darwin
jtojnar has quit [Read error: Connection reset by peer]
jtojnar has joined #nix-darwin
ryanartecona has quit [Quit: ryanartecona]
philr has quit [Ping timeout: 248 seconds]
<zimbatm>
I am trying to better understand how the Darwin frameworks are being built so I can figure out why some files are missing from the Accelerate.framework
<zimbatm>
is it to re-map the symlinks to the derivation output?
<zimbatm>
if that's the case it seems like it would be simpler to `cp -a /System/Library/Frameworks/$path $out/Library/Frameworks` and fix the symlinks afterwards
<zimbatm>
but I am probably missing some intricacies
<zimbatm>
oh I see, it's actually `darwin.apple_sdk.sdk` that is missing those files
<LnL>
yeah so the sdk contains the world so we break it up into parts and copy over the headers