bkchr[m] has quit [Ping timeout: 246 seconds]
grahamc has quit [Ping timeout: 246 seconds]
codyopel has quit [Ping timeout: 246 seconds]
thefloweringash[ has quit [Ping timeout: 240 seconds]
cornu has quit [Ping timeout: 245 seconds]
sphalerit has quit [Ping timeout: 256 seconds]
dtz has quit [Ping timeout: 255 seconds]
orivej has quit [Ping timeout: 240 seconds]
efraim has quit [Quit: No Ping reply in 180 seconds.]
sphalerite_ has joined #nixos-aarch64
sphalerite has quit [Ping timeout: 266 seconds]
grahamc has joined #nixos-aarch64
bkchr[m] has joined #nixos-aarch64
cornu has joined #nixos-aarch64
efraim has joined #nixos-aarch64
codyopel has joined #nixos-aarch64
sphalerit has joined #nixos-aarch64
dtz has joined #nixos-aarch64
thefloweringash[ has joined #nixos-aarch64
efraim has quit [Remote host closed the connection]
efraim has joined #nixos-aarch64
sphalerite_ is now known as sphalerite
Acou_Bass has quit [Read error: Connection reset by peer]
Acou_Bass has joined #nixos-aarch64
orivej has joined #nixos-aarch64
Acou_Bass has quit [Ping timeout: 240 seconds]
Acou_Bass has joined #nixos-aarch64
Acou_Bass has quit [Ping timeout: 256 seconds]
Acou_Bass has joined #nixos-aarch64
Acou_Bass has quit [Ping timeout: 256 seconds]
Acou_Bass has joined #nixos-aarch64
thefloweringash has joined #nixos-aarch64
orivej has quit [Ping timeout: 264 seconds]
<grw> Dezgeg: the fix from bugzilla thread seems to fix the relocation bug
<Dezgeg> yes please
<grw> is stdenv.isAarch64 the correct check? not too familiar with hostPlatform/targetPlatform stuff
<Dezgeg> probably targetPlatform in case of binutils
<grw> ok ty. will check that does same thing. pr to master branch?
<Dezgeg> staging
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 256 seconds]
<bkchr[m]> grw: Any eta on your pull request?
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #nixos-aarch64
Mic92 has joined #nixos-aarch64
<Mic92> That one is quite important for unstable: https://github.com/NixOS/nixpkgs/pull/39082
<grw> Mic92: fetchpatch gives me: error: anonymous function at /etc/nixos/nixpkgs/pkgs/build-support/fetchurl/boot.nix:5:1 called with unexpected argument 'postFetch', at /etc/nixos/nixpkgs/pkgs/build-support/fetchpatch/default.nix:10:1
<Mic92> grw: how do you call it?
<Mic92> did you add parenthese around the call?
<grw> yep, copied your example and added 'fetchpatch' to args
<Mic92> grw: I suppose a different fetchurl is used when stdenv is boostrapped.
<Mic92> nix comes with a builtin fetchurl
<grw> thats.. quite confusing :)
<grw> anyway, the patch has conflicts in changelog, so i modified it yes
<Mic92> there is pkgs/build-support/fetchurl and https://github.com/NixOS/nix/blob/master/corepkgs/fetchurl.nix
<Dezgeg> fetchpatch can't be used in stdenv, yes