Sonarpulse has quit [Remote host closed the connection]
orivej has quit [Ping timeout: 255 seconds]
orivej has joined #nixos-aarch64
giaco has quit [Remote host closed the connection]
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #nixos-aarch64
Sonarpulse has joined #nixos-aarch64
<globin>
Sonarpulse, have you got cmake to be cross-compiled? couldn't find any commits or branches with anything related to that
<Sonarpulse>
I don't think I've ever tried
<Sonarpulse>
globin: the setup hook for it is even a bit ugly written for cross compiling with cmake, but not in a way that actually caused problems so it didn't change it
<globin>
Sonarpulse: first have to manage to get cmake itself to cross-compile :)
<Dezgeg>
but you should only need the usual native cmake for that, no?
<globin>
yeah I missed a cmake in a buildInputs and went down the wrong rabbit hole
<Sonarpulse>
globin: ah neat
orivej has quit [Ping timeout: 260 seconds]
<globin>
Sonarpulse: is it correct that for example in perl packages I have to use pkgs.buildPackages.pkgconfig in nativeBuildInputs?
<Sonarpulse>
globin: sounds good
<Sonarpulse>
Sonarpulse: if that pkgconfig comes from callPackage
<Sonarpulse>
it should happen automatically
<Sonarpulse>
if it doesn't, then yes you need to do that
<Sonarpulse>
(callPackage splicing is the worst...)