Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<LnL>
morning
hmpffff has joined #nix-darwin
Chiliparrot has joined #nix-darwin
hmpffff_ has joined #nix-darwin
hmpffff has quit [Ping timeout: 246 seconds]
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
hmpffff_ has quit [Quit: nchrrrr…]
hmpffff has joined #nix-darwin
hmpffff has quit [Ping timeout: 260 seconds]
__monty__ has joined #nix-darwin
hmpffff has joined #nix-darwin
hmpffff_ has joined #nix-darwin
hmpffff has quit [Ping timeout: 256 seconds]
hmpffff_ has quit [Quit: nchrrrr…]
hmpffff has joined #nix-darwin
manveru has quit [Ping timeout: 260 seconds]
peel has quit [Ping timeout: 260 seconds]
peel has joined #nix-darwin
manveru has joined #nix-darwin
hmpffff has quit [Quit: nchrrrr…]
<abathur>
yo
<LnL>
what's up?
<abathur>
not much yet, just sat down with coffee
<abathur>
coffee done; I guess my next step is either posting on the forum, or opening a Nix issue about the catalina performance issue
<abathur>
or maybe opening an issue that points to a forum post :]
<abathur>
I'm leery of putting it all in an issue yet given what a poor venue the nix-on-catalina thread proved to be once it got beyond whatever length GH starts hiding posts at
<abathur>
but this issue may not generate as much traffic since it's not a hard blocker in the first place
hmpffff has joined #nix-darwin
<LnL>
yeah, the catalina issue was 4 things in one
<LnL>
anything related to relocating the store belongs in another issue, etc.
<LnL>
once apple provided synthetic.conf the issue about / being readonly, which is what the original issue was about, was basically resolved IMHO
<abathur>
yeah
Chiliparrot has joined #nix-darwin
<abathur>
hmm, have you used the pyobjc python package?
<LnL>
if I have it's been a long time
<LnL>
last thing I messed with a while back is IOKit
<abathur>
it seems unusable at the moment, I think maybe it's been optimistically upgraded into a dead-end or something
<abathur>
if i build with python27 the package refuses and if I build with python3x Nix objects
<abathur>
or maybe it's just mispackaged, dunno
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<abathur>
can't even get the init version to work; assuming it couldn't have snuck in and continued to pass evals on update if it was completely broken, I guess the package is fragile wrt to macOS versions
<LnL>
build failures or a runtime segfault?
<abathur>
build
<LnL>
don't know then
<abathur>
recent versions on 27 do: ERROR: Package 'pyobjc' requires a different Python: 2.7.17 not in '>=3.6'
<abathur>
on any 3x: error: pyobjc-6.1 not supported for interpreter python3.7
<abathur>
if I comment out the disable for py3, it's some variation of a missing package like: ERROR: No matching distribution found for pyobjc-framework-Speech==6.1; platform_release >= "19.0" (from pyobjc==6.1)
<LnL>
oh that last one sounds like a nix evaluation error
<LnL>
if so the python version requirement of the expression is wrong
<abathur>
but it's a different sub-package for each version I tried to pull out of the history and build
<abathur>
well, it's had `disabled = isPy3k;` since init with a comment with a similar no-matching-distribution error
<LnL>
heh
<LnL>
but has it been updated since?
<LnL>
sometimes people don't notice weird stuff because they have allowBroken in their config and use/update stuff that's not enabled
<abathur>
it has; I think it gets updated in every big python update cycle
<abathur>
trying a build on my mojave system
<LnL>
domenkozar[m]: anything I need to do to backport the installer changes? or are you going to take it with the rest of the new flags
<domenkozar[m]>
hmmm
<domenkozar[m]>
not sure Eelco would accept that
<domenkozar[m]>
let me ask him
<LnL>
oh :/
<domenkozar[m]>
I guess it depens how close is Nix release
<LnL>
yeah, didn't seem it was _that_ close to me but maybe I'm wrong :)