Re: [Nix-dev] golden-cheetah compiling, but not linking against Qt correctly

2017-04-12 Thread Oliver Charles
Peter Hoeg writes: > Hi Oliver, > > On 17-04-10 at 16:31, Oliver Charles wrote: >> Does anyone know what's going on here? Is golden-cheetah doing something >> funky with its build scripts? > > I think it has to do with the qt dependencies all being added to >

Re: [Nix-dev] golden-cheetah compiling, but not linking against Qt correctly

2017-04-10 Thread Peter Hoeg
Hi Oliver, On 17-04-10 at 16:31, Oliver Charles wrote: Does anyone know what's going on here? Is golden-cheetah doing something funky with its build scripts? I think it has to do with the qt dependencies all being added to nativeBuildInputs instead of the proper buildInputs. -- Regards,

[Nix-dev] golden-cheetah compiling, but not linking against Qt correctly

2017-04-10 Thread Oliver Charles
Hi all, I've been stuck on this for a while. In nixpkgs, we have a golden-cheetah expression. In all-packages.nix: golden-cheetah = libsForQt5.callPackage ../applications/misc/golden-cheetah {}; It builds just fine, but when I try and actually run it: → ./result/bin/GoldenCheetah