Jeremy Baxter

Results 58 comments of Jeremy Baxter

Updated to 1.38.0

Result of `nixpkgs-review pr 293417` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review) 4 packages failed to build: gtkd inochi-creator inochi-session tilix 14 packages built: Literate btdu cheesecutter dstep dtools dub ldc luneta onedrive...

Tilix fails to build because gtkd fails to build, and gtkd fails to build because of something I'm guessing is in the fixup phase: ``` Running phase: fixupPhase shrinking RPATHs...

Ah I didn't see that error, that makes a lot more sense now.

Awesome thanks! I put it in a separate commit with you set as the author if that's alright.

I've found that the gtkd build failure is caused by the `substituteInPlace` call in the [postFixup hook](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/libraries/gtkd/default.nix#L117). `substituteInPlace` invokes `chmod` [here](https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L914) and that's where it fails. Weird because this hasn't...

I wouldn't be surprised if it's only failing on my system, this setup has been a bit problematic in the past. So much for reproduciblity :\

Yeah the build succeeds on my NixOS box, I think this is good to go now.

Ah that's right. Thanks for all your help

Good point, the dmd package does the same. I can change it back.