Sonarpulse has joined #nixos-aarch64
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...)
<globin> Sonarpulse: aah ok :)
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 240 seconds]
<globin> Sonarpulse: what's the state of https://github.com/NixOS/nixpkgs/pull/33589?
<Sonarpulse> globin: the things vcunat said should be done
<Sonarpulse> but otherwise it's valid
<Sonarpulse> I've never actually hit this problem, so I never bothered to finish it
<globin> anything requiring a python library should be triggering it I guess
<Sonarpulse> OCD yay
<globin> as setuptools has the unzip unpackHook problem
<Sonarpulse> globin: I'll grep