Merge pull request #151689 from Gabriel439/gabriella/fix_ghcjs_config.sub

haskell.compiler.ghcjs: Don't use upstream `config.sub`

authored by John Ericson and committed by GitHub 96a00403 b67a793b

+5
+5
pkgs/development/compilers/ghcjs/8.10/default.nix
··· 78 78 ]; 79 79 dontConfigure = true; 80 80 dontInstall = true; 81 + 82 + # Newer versions of `config.sub` reject the `js-ghcjs` host string, but the 83 + # older `config.sub` filed vendored within `ghc` still works 84 + dontUpdateAutotoolsGnuConfigScripts = true; 85 + 81 86 buildPhase = '' 82 87 export HOME=$TMP 83 88 mkdir $HOME/.cabal