Skip to content

Commit

Permalink
Remerge pull request #29517 from master into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Sep 18, 2017
2 parents b89c3af + 77bd631 commit cbdd77f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/stdenv/darwin/default.nix
Expand Up @@ -294,7 +294,9 @@ in rec {
};

darwin = super.darwin // {
inherit (darwin) dyld ICU Libsystem cctools libiconv;
inherit (darwin) dyld ICU Libsystem libiconv;
} // lib.optionalAttrs (super.targetPlatform == localSystem) {
inherit (darwin) cctools;
};
} // lib.optionalAttrs (super.targetPlatform == localSystem) {
# Need to get rid of these when cross-compiling.
Expand Down

0 comments on commit cbdd77f

Please sign in to comment.