ghcjs-ng: fixup system tuple

on i686-linux, the libexec dir should be /libexec/i386-linux-ghc-8.2.2 not /libexec/i686-linux-ghc-8.2.2

authored by Matthew Justin Bauer and committed by GitHub 1aaab722 72fe3d7b

+1 -1
+1 -1
pkgs/development/compilers/ghcjs-ng/default.nix
··· 50 }; 51 52 bootGhcjs = haskellLib.justStaticExecutables passthru.bootPkgs.ghcjs; 53 - libexec = "${bootGhcjs}/libexec/${builtins.replaceStrings ["darwin"] ["osx"] stdenv.system}-${passthru.bootPkgs.ghc.name}/${bootGhcjs.name}"; 54 55 in stdenv.mkDerivation { 56 name = bootGhcjs.name;
··· 50 }; 51 52 bootGhcjs = haskellLib.justStaticExecutables passthru.bootPkgs.ghcjs; 53 + libexec = "${bootGhcjs}/libexec/${builtins.replaceStrings ["darwin" "i686"] ["osx" "i386"] stdenv.system}-${passthru.bootPkgs.ghc.name}/${bootGhcjs.name}"; 54 55 in stdenv.mkDerivation { 56 name = bootGhcjs.name;