hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hamishmack has joined #nix-darwin
clever has quit [Ping timeout: 252 seconds]
trcc has joined #nix-darwin
kaychaks[m] has joined #nix-darwin
<kaychaks[m]>
`nix-shell -p haskell.compiler.ghc862` (same happening for 861 but 844 is fine) is failing with error `ValueError: unknown locale: UTF-8`. My env vars for `LC_ALL, LANG, LC_CTYPE` are all `en_US.UTF-8` (which is the common sol. I found with some quick Google searches). I think its failing during installation. here is the relevant log https://gist.github.com/kaychaks/cebf8c9edba85744f04fbadce87b4aa5
trcc has quit [Remote host closed the connection]
trcc has joined #nix-darwin
trcc has quit [Ping timeout: 246 seconds]
trcc has joined #nix-darwin
trcc has quit [Ping timeout: 268 seconds]
trcc has joined #nix-darwin
<LnL>
yeah, the fix is in staging
trcc has quit [Ping timeout: 272 seconds]
trcc has joined #nix-darwin
<kaychaks[m]>
LnL: is there any workaround till the fix comes to master ?
<wildsebastian>
kaychaks[m]: You could deactivate running the tests for the docutils python package. That's the easiest fix. Otherwise you could just take the fix from the pull request.
<gchristensen>
one problem with my macos vms on nixos is they stall somewhere around here gsc.io/scratch/2018-11-28T14:09:30Z-selection-9cdb1624-9efa-42b5-a783-7d1101d47b45.png about 50% of the time
clever has joined #nix-darwin
<cransom>
wonder if you could flip the boot verbosity and see where that happens
<gchristensen>
can you?
<cransom>
'maybe'? i guess it's an nvram setting that will let you do it rather than holding a button at boot
<johnw>
can I force macOS to only consider .dylibs from a specific directory?
<gchristensen>
I don't think so
<gchristensen>
I think that has been a frustrating thing about making Nix as nice on darwin as on Linux
<johnw>
i'm trying to write a script which, when given an executable in the /nix/store, populates a directory with files so that this executabel can be run standalone on any other Mac
<johnw>
right now I'm dealing with a ton of: objc[69132]: Class NWConcrete_nw_path_evaluator is implemented in both /usr/lib/system/libsystem_network.dylib (0x7fffb50d7e50) and /Users/johnw/Downloads/foo/./31.dylib (0x1051f3e50). One of the two will be used. Which one is undefined.
<LnL>
there's DYLD_LIBRARY_PATH, similar to LD_LIBRARY_PATH on linux