Skip to content

Commit

Permalink
darwin.stdenv: fix a typo in comment ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Nov 14, 2017
1 parent 728446f commit 72b98b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/stdenv/darwin/default.nix
Expand Up @@ -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 = ''
Expand Down

1 comment on commit 72b98b8

@copumpkin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!!

Please sign in to comment.