Merge pull request #40350 from alexfmpe/fix-typo

osx-private-sdk: fix typo in comment
This commit is contained in:
Graham Christensen 2018-05-11 09:45:06 -04:00 committed by GitHub
commit aa762930e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ stdenv.mkDerivation {
sha256 = "0bv0884yxpvk2ishxj8gdy1w6wb0gwfq55q5qjp0s8z0z7f63zqh"; sha256 = "0bv0884yxpvk2ishxj8gdy1w6wb0gwfq55q5qjp0s8z0z7f63zqh";
}; };
# NOTE: we install only headers that are really needed to keep closure sie # NOTE: we install only headers that are really needed to keep closure size
# reasonable. # reasonable.
installPhase = '' installPhase = ''
mkdir -p $out/include mkdir -p $out/include