summaryrefslogtreecommitdiffstats
path: root/pkgs/stdenv/darwin
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-11-14 21:13:31 +0100
committerVladimír Čunát <vcunat@gmail.com>2017-11-14 21:13:53 +0100
commit72b98b8b60ec1bedbc727671c7c58902fbf70fe7 (patch)
treeb0d8a0f6d8c3d3c09219103ee2b605137e0b1642 /pkgs/stdenv/darwin
parent728446f755683ca5980975f6eecd9ba6372da94f (diff)
darwin.stdenv: fix a typo in comment ;-)
Diffstat (limited to 'pkgs/stdenv/darwin')
-rw-r--r--pkgs/stdenv/darwin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/stdenv/darwin/default.nix b/pkgs/stdenv/darwin/default.nix
index 7383e602c498..89c903b04a04 100644
--- a/pkgs/stdenv/darwin/default.nix
+++ b/pkgs/stdenv/darwin/default.nix
@@ -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 = ''