Author: shlevy Date: Fri Apr 1 12:26:46 2011 New Revision: 26655 URL: https://svn.nixos.org/websvn/nix/?rev=26655&sc=1
Log: The configurePhase runs ./configure, not the unpackPhase Modified: nixpkgs/trunk/doc/stdenv.xml Modified: nixpkgs/trunk/doc/stdenv.xml ============================================================================== --- nixpkgs/trunk/doc/stdenv.xml Fri Apr 1 12:22:57 2011 (r26654) +++ nixpkgs/trunk/doc/stdenv.xml Fri Apr 1 12:26:46 2011 (r26655) @@ -470,7 +470,7 @@ <section><title>The configure phase</title> <para>The configure phase prepares the source tree for building. The -default <function>unpackPhase</function> runs +default <function>configurePhase</function> runs <filename>./configure</filename> (typically an Autoconf-generated script) if it exists.</para> _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
