rb2k has quit [Read error: Connection reset by peer]
rb2k has joined #nix-darwin
rb2k has quit [Read error: Connection reset by peer]
rb2k has joined #nix-darwin
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nix-darwin
rb2k has quit [Ping timeout: 265 seconds]
hedgie_ has joined #nix-darwin
hedgie has quit [Ping timeout: 260 seconds]
rb2k has joined #nix-darwin
rb2k_ has joined #nix-darwin
rb2k has quit [Ping timeout: 264 seconds]
rb2k_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
stephank has quit [Quit: stephank]
stephank has joined #nix-darwin
hedgie has joined #nix-darwin
hedgie_ has quit [Ping timeout: 264 seconds]
supersandro2000 has quit [Read error: Connection reset by peer]
supersandro2000 has joined #nix-darwin
nicolas[m] has quit [*.net *.split]
Ericson2314 has quit [*.net *.split]
domenkozar[m] has quit [*.net *.split]
Ericson2314 has joined #nix-darwin
domenkozar[m] has joined #nix-darwin
nicolas[m] has joined #nix-darwin
Ericson2314 has quit [Ping timeout: 242 seconds]
domenkozar[m] has quit [Ping timeout: 242 seconds]
nicolas[m] has quit [Ping timeout: 258 seconds]
thefloweringash has quit [Ping timeout: 268 seconds]
siraben has quit [Ping timeout: 240 seconds]
emily has quit [Ping timeout: 240 seconds]
mjlbach has quit [Ping timeout: 265 seconds]
nicolas[m] has joined #nix-darwin
__monty__ has joined #nix-darwin
holymonson has joined #nix-darwin
emily has joined #nix-darwin
thefloweringash has joined #nix-darwin
domenkozar[m] has joined #nix-darwin
Ericson2314 has joined #nix-darwin
siraben has joined #nix-darwin
mjlbach has joined #nix-darwin
holymonson has quit [Quit: Connection closed]
<dhess>
Hi, I'm a bit confused. I had the impression that nixpkgs-unstable now had everything needed for Big Sur, and indeed pretty much everything I've tried to build on a Big Sur (Intel) system has worked just fine. But when I try to build nixUnstable on Big Sur using nxipkgs-unstable, I get this: https://gist.github.com/dhess/4595c51cd37967e78034ba829afbad1b
<dhess>
This is on fd0daed2e8d590418fc565de70ea6ca47a6d2dcb, which is current.
<simpson>
It may need the old `buildInputs = stdenv.lib.optionals stdenv.isDarwin [ Security ];` but that might be the Gell-Mann effect since I happened to see it last night.
<dhess>
simpson: any idea why that would only be needed on Big Sur, though?
<simpson>
dhess: No, sorry, I don't grok Darwin.
<dhess>
it builds fine using the same rev on pre-Big Sur.
<dhess>
ok
<domenkozar[m]>
I have someone that is willing to pay a developer one day per week to work on fixing macOS problems in nixpkgs, is anyone interested in such work?
<domenkozar[m]>
with a potential to grow, I'm thinking to do a recurring funding campaign for other companies to chip in
<dhess>
We would be interested in paying into the campaign, for sure.
<simpson>
Yeah. I know that my employer would be open to the concept too, although they're not (yet) adopters of Nix.
<dhess>
simpson: well I don't understand why you were right, but you were right about adding Security to nixUnstable's build inputs on Big Sur.
<simpson>
dhess: Nice! I don't understand either. Let's hope that somebody else can enlighten us later.
<LnL>
dhess: That's a side effect of the system changes of Big Sur in general
<LnL>
the pure stdenv has always made frameworks explicit so it's required to pass them in when using the headers
<LnL>
however the system libs where always there and available so linking worked regardless before
<simpson>
LnL++
<{^_^}>
LnL's karma got increased to 96
<dhess>
LnL: cool, thanks for the explanation. I assume this means we should expect similar breakage with other packages going forward.
<LnL>
yeah there will be more implicit stuff like but the entire stdenv should work at least
<LnL>
hopefully most of these get fixed slowly before builders on hydra get bumped
<LnL>
upside is that this helped us resolve the most important remaining impurities
<LnL>
if that's correct we should have almost no backwards compatibility issues anymore
<abathur>
nice
<dhess>
yay!
<LnL>
so hopefully no more dyld: Library not loaded: /usr/lib/system/libsystem_network.dylib stuff for old binaries :D
philr has quit [Ping timeout: 260 seconds]
rb2k has quit [Ping timeout: 272 seconds]
rb2k has joined #nix-darwin
<dhess>
:D
rb2k has quit [Ping timeout: 264 seconds]
rb2k has joined #nix-darwin
<__monty__>
LnL: How do I provide the `CoreFoundation` argument for that mpv expression?
Siyo has quit [Quit: Bye]
Siyo has joined #nix-darwin
Siyo has quit [Quit: Bye]
Siyo has joined #nix-darwin
abathur has quit [Quit: abathur]
<mocker>
Trying to install iTerm2 using home-manager and getting `error: tool 'xcodebuild' requires Xcode` -- is there a way to install the binary version?
<mocker>
or do people typically install Xcode instead of just the command line tools?
<__monty__>
I thought that error meant the command line tools weren't installed?