Merge #1901: add preFixupPhases to stdenv; for gsettings

Without this stdenv change it seems difficult to fix some glib's gsettings issues,
as the folders in question may (not) be created in installPhase.
This commit is contained in:
Vladimír Čunát
2014-03-10 20:30:27 +01:00
parent 1046b4ccab
commit 1f6a15d7de
6 changed files with 33 additions and 12 deletions

View File

@@ -298,6 +298,13 @@ executed and in what order:
</listitem>
</varlistentry>
<varlistentry>
<term><varname>preFixupPhases</varname></term>
<listitem>
<para>Additional phases executed just before the fixup phase.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><varname>preDistPhases</varname></term>
<listitem>