darwin.stdenv: fix a typo in comment ;-)

This commit is contained in:
Vladimír Čunát
2017-11-14 21:13:31 +01:00
parent 728446f755
commit 72b98b8b60

View File

@@ -24,7 +24,7 @@ let
commonImpureHostDeps = [
"/bin/sh"
"/usr/lib/libSystem.B.dylib"
"/usr/lib/system/libunc.dylib" # This ependency is "hidden", so our scanning code doesn't pick it up
"/usr/lib/system/libunc.dylib" # This dependency is "hidden", so our scanning code doesn't pick it up
];
in rec {
commonPreHook = ''