Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

xcbuild: provide migcom in toolchain

This is needed to facilitate build of qt5.qtwebengine on darwin

+1
+1
pkgs/development/tools/xcbuild/toolchains.nix
··· 67 67 done 68 68 69 69 ln -s ${buildPackages.darwin.bootstrap_cmds}/bin/mig $toolchain/bin 70 + ln -s ${buildPackages.darwin.bootstrap_cmds}/libexec/migcom $toolchain/libexec 70 71 ln -s ${mkdep-darwin-src} $toolchain/bin/mkdep 71 72 '')