cc-wrapper: WIP linking hack for mac OS
Probably best to override Haskell packages set, or anything else linking a lot of libraries, with this.
This commit is contained in:
@@ -297,7 +297,7 @@ in rec {
|
||||
initialPath = import ../common-path.nix { inherit pkgs; };
|
||||
shell = "${pkgs.bash}/bin/bash";
|
||||
|
||||
cc = import ../../build-support/cc-wrapper {
|
||||
cc = lib.callPackageWith {} ../../build-support/cc-wrapper {
|
||||
inherit (pkgs) stdenv;
|
||||
inherit shell;
|
||||
nativeTools = false;
|
||||
|
||||
Reference in New Issue
Block a user