···7070 # indeed GHC will refuse to compile with a binutils suffering from it. See
7171 # this comment for more information:
7272 # https://gitlab.haskell.org/ghc/ghc/issues/4210#note_78333
7373- lib.optional stdenv.targetPlatform.isAarch32 ./R_ARM_COPY.patch;
7373+ lib.optional (stdenv.targetPlatform.isAarch32 && stdenv.hostPlatform.system != stdenv.targetPlatform.system) ./R_ARM_COPY.patch;
74747575 outputs = [ "out" "info" "man" ];
7676