supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nix-darwin
<antifuchs>
...huh, I'm getting the following on Big Sur (applying my config once worked, a reboot ago): "error: file 'darwin' was not found in the Nix search path (add it using $NIX_PATH or -I)"
<antifuchs>
oh, guess darwin really isn't on there
<antifuchs>
emily: hah, I can echo the "first build on big sur" experience - clang-wrapper dependent projects are all failing to build pretty badly (:
<antifuchs>
(apparently, `staging-next` is where it's at)
<thefloweringash>
I would expect master to work
<antifuchs>
ah, I was on nixpkgs-unstable before
<antifuchs>
I'll check that next, if s-n fails
<thefloweringash>
bpye: the `apple-silicon-1` tag is something that works that I won't change, but I'm using the `parrot-principles` in my repo for my development efforts so you may want to use that to work on more recent changes
<thefloweringash>
as for upstreaming, you're asking the right question, but I haven't really got a good answer. apart from the mistakes in the branch (things I need to revert/drop), there's not much to the branch other than bootstrap tools and stdenv.
<antifuchs>
(gotta say, seeing all 16 threads in this mbp engaged while it's building... that is quite something)
<thefloweringash>
is anything blocking nixpkgs-unstable? it looked like it was close to updating recently but if nothing builds on big sur it must not have updated yet
<{^_^}>
#91748 (by sycured, 20 weeks ago, open): impossible to link (ld / clang) liboping on macOS Big Sur 11 Beta
<thefloweringash>
yeah, that's unfortunately expected for now. once stdenv is cached by hydra then big sur should be able to build everything
<thefloweringash>
but as someone pointed out, sometimes there are references buried in packages like qtwebengine
<antifuchs>
makes sense... well for now, rebuilding the world doesn't seem completely hopeless
<bpye>
thefloweringash: gotcha - yeah I saw the 'apple-silicon-1' tag. I'll have to try and figure out if I need the newer changes. However if it's mostly right then rebasing anything I do shouldn't be too painful anyway.
kalbasit has joined #nix-darwin
kalbasit has quit [Ping timeout: 240 seconds]
stephank has quit [Quit: stephank]
stephank has joined #nix-darwin
<supersandro2000>
How can I get iconutil in nix?+
<supersandro2000>
I guess I can patch in png2icns
<supersandro2000>
derp. I don't need to convert a file but create an iconset
<supersandro2000>
which png2icns can do but it is less straight forward than I thougth
<emily>
does anyone know why the mpv package doesn't enable swift by default on darwin? it means that it uses the deprecated cocoa vo and you can't follow the advice it prints out to use --vo=libmpv
<emily>
I'm guessing it's broken or something?
<emily>
suppose I should just try building it
<antifuchs>
woo yay, staging-next does work for me, but then I only picked a very tight selection of packages
<supersandro2000>
I guess it requires some more testing/pure swift?
<emily>
oh, I see, Package ‘swift-5.1.1’ in /nix/store/hpjfhq6ddmhig7204wbvrk6df2y09m4q-source/pkgs/development/compilers/swift/default.nix:327 is not supported on ‘x86_64-darwin’, refusing to evaluate.
<supersandro2000>
wait, we have swift for linux but not darwin? That sounds strange
<siraben>
supersandro2000: how do you choose what PRs to run nixpkgs-review on?
<supersandro2000>
Currently I mostly look at init ones
<supersandro2000>
updates are usually not as interesting especially the automated ones and as I get a lot of false positives lately so I got a bit demotivated
<supersandro2000>
I don't run the tests on NixOS so I get a lot of sandboxing issues despite having it disabled...
iH8c0ff33 has quit [Ping timeout: 265 seconds]
<supersandro2000>
wait a second.. doesn't nixpkgs-review force enable sandbox...