diff options
author | Shea Levy <shea@shealevy.com> | 2016-02-22T12·13-0500 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2016-02-22T12·13-0500 |
commit | 9dd175294c53cd17d6dff2ab9281e3faec3ccc33 (patch) | |
tree | dd2724307acdf2d8c8d7df1ca71a393cee5bac5b | |
parent | 4f011bccf87a494586039a773548be94d6365467 (diff) | |
parent | b39ec410eeb59ed8ae8c2808a79a21578ef801e6 (diff) |
Merge branch 'patch-1' of git://github.com/dckc/nix
-rw-r--r-- | doc/manual/introduction/about-nix.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/manual/introduction/about-nix.xml b/doc/manual/introduction/about-nix.xml index 66679ac9a85a..0c58984ac489 100644 --- a/doc/manual/introduction/about-nix.xml +++ b/doc/manual/introduction/about-nix.xml @@ -62,9 +62,10 @@ directories such as so if a package builds correctly on your system, this is because you specified the dependency explicitly.</para> -<para>Runtime dependencies are found by scanning binaries for the hash -parts of Nix store paths (such as <literal>r8vvq9kq…</literal>). This -sounds risky, but it works extremely well.</para> +<para>Once a package is built, runtime dependencies are found by +scanning binaries for the hash parts of Nix store paths (such as +<literal>r8vvq9kq…</literal>). This sounds risky, but it works +extremely well.</para> </simplesect> |