Merge pull request #1153 from lheckemann/path-search

Document path-searching behaviour
This commit is contained in:
Domen Kožar 2016-12-11 19:31:17 +01:00 committed by GitHub
commit 05f907787f
2 changed files with 11 additions and 1 deletions

View file

@ -167,7 +167,16 @@ stdenv.mkDerivation {
user's home directory. e.g. <filename>~/foo</filename> would be
equivalent to <filename>/home/edolstra/foo</filename> for a user
whose home directory is <filename>/home/edolstra</filename>.
</para></listitem>
</para>
<para>Paths can also be specified between angle brackets, e.g.
<literal>&lt;nixpkgs&gt;</literal>. This means that the directories
listed in the environment variable
<envar linkend="env-NIX_PATH">NIX_PATH</envar> will be searched
for the given file or directory name.
</para>
</listitem>
<listitem><para><emphasis>Booleans</emphasis> with values
<literal>true</literal> and

View file

@ -13,6 +13,7 @@ stdenv.mkDerivation {
customMemoryManagement = false;
})
autoreconfHook
perlPackages.DBDSQLite
];
configureFlags =