haskellPackages.heystone: fix darwin dylibs#214680
haskellPackages.heystone: fix darwin dylibs#214680cdepillabout merged 1 commit intoNixOS:haskell-updatesfrom
Conversation
|
Looks like bytepatch seemed to still fail: https://github.com/NixOS/nixpkgs/pull/214680/checks?check_run_id=11115691727 |
|
@ofborg build haskellPackages.heystone Trying again after adding edit: I'm not sure what is going on, but it seems like that didn't work either: https://github.com/NixOS/nixpkgs/pull/214680/checks?check_run_id=11115747683. |
@cdepillabout is that run not aarch64-darwin? It looks like the original Hydra logs were x86_64-darwin, which pass here. That log seems to be complaining about some missing Nix attributes in aarch64-darwin (which seems quite strange, but unrelated to the dylib problem). |
738d8b4 to
8c3d7d9
Compare
Ah, I see. I think I was getting confused. It looks like my original commit did fix this on This should hopefully be ready to merge in? Maybe someone from @NixOS/darwin-maintainers could take a quick look and give a thumbs up. |
|
Okay, it looks like this now builds on x86_64-darwin. I'll go ahead and merge in, but feel free to leave a message if this wasn't the correct fix. |
c01c570 to
32eecc6
Compare
|
Perfect. Thanks for doing this (and I have a bit more context for the next time I might happen)! |
Description of changes
haskellPackages.heystoneis currently failing to build onx86_64-darwinon thehaskell-updatesbranch (#213089).@sternenseemann recommended that we add
fixDarwinDylibNames, which I've done in this PR. I don't know anything about darwin though, so it is possible this is not the right fix.Things done
sandbox = trueset innix.conf? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)nixos/doc/manual/md-to-db.shto update generated release notes