about summary refs log tree commit diff
path: root/doc/stdenv.xml
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-03-10 20:30:27 +0100
committerVladimír Čunát <vcunat@gmail.com>2014-04-02 19:06:41 +0200
commit1f6a15d7ded115ece48419cb1e642816b2145db5 (patch)
tree07e603f94e373d26851227995bdc4847db2c09f5 /doc/stdenv.xml
parent1046b4ccabdef4313520fb41be627232ffa44fc0 (diff)
downloadnixlib-1f6a15d7ded115ece48419cb1e642816b2145db5.tar
nixlib-1f6a15d7ded115ece48419cb1e642816b2145db5.tar.gz
nixlib-1f6a15d7ded115ece48419cb1e642816b2145db5.tar.bz2
nixlib-1f6a15d7ded115ece48419cb1e642816b2145db5.tar.lz
nixlib-1f6a15d7ded115ece48419cb1e642816b2145db5.tar.xz
nixlib-1f6a15d7ded115ece48419cb1e642816b2145db5.tar.zst
nixlib-1f6a15d7ded115ece48419cb1e642816b2145db5.zip
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.
Diffstat (limited to 'doc/stdenv.xml')
-rw-r--r--doc/stdenv.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index 1846886919d7..74eb63b4b498 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -299,6 +299,13 @@ executed and in what order:
   </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>
       <para>Additional phases executed just before the distribution phase.</para>