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