summary refs log tree commit diff
path: root/doc/stdenv.xml
Commit message (Collapse)AuthorAge
* Revert "Fixed typo."Peter Simons2015-11-24
|
* Fixed typo.Rommel M. Martinez2015-11-23
|
* manual: document Qt packaging toolsThomas Tuegel2015-09-27
|
* Enable separate debug infoEelco Dolstra2015-09-17
| | | | | | | | | | | You can now pass separateDebugInfo = true; to mkDerivation. This causes debug info to be separated from ELF binaries and stored in the "debug" output. The advantage is that it enables installing lean binaries, while still having the ability to make sense of core dumps, etc.
* doc: document dontMoveSbin variablePascal Wittmann2015-07-09
|
* doc: fix referencesPascal Wittmann2015-06-02
|
* doc: add section idsPascal Wittmann2015-05-31
| | | | | This commit also use enforces consistent use of the prefixes "sec" for section and "ssec" for subsection.
* doc/stdenv: fix manual build after #7711Vladimír Čunát2015-05-09
|
* Docs: non-empty value -> trueRyan Scheel (Havvy)2015-05-05
|
* Doc dontDisableStatic variable to configure stageRyan Scheel2015-05-05
|
* Fix copy&paste typoDaniel Peebles2015-01-18
|
* Initial documentation for Python packaging. Feedback welcome.Domen Kožar2014-11-13
| | | | | | | cc @chaoflow @offlinehacker @garbas @goodwillcoding @brodul @cillianderoiste @matejc Fixes #64
* Nixpkgs manual: Mention xz supportEelco Dolstra2014-10-07
| | | | Issue #4393.
* Fix trivial spelling mistake in docsAnders Claesson2014-06-13
|
* Merge #1901: add preFixupPhases to stdenv; for gsettingsVladimír Čunát2014-04-02
| | | | | 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.
* fix tarballDomen Kožar2014-02-28
|
* doc: gstreamer setup-hookDomen Kožar2014-02-28
|
* doc: gdk-pixbuf setup-hookDomen Kožar2014-02-28
|
* Fix a few typosIvan Kozik2013-08-11
|
* add dontBuild docsDomen Kozar2013-05-05
|
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Merge from trunk up through r28790Shea Levy2011-08-24
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=28792
| * * Typo (reported by Federico D. Sacerdoti).Eelco Dolstra2011-05-03
| | | | | | | | svn path=/nixpkgs/trunk/; revision=27112
| * The configurePhase runs ./configure, not the unpackPhaseShea Levy2011-04-01
| | | | | | | | svn path=/nixpkgs/trunk/; revision=26655
* | Document substituteAllInPlaceShea Levy2011-07-28
|/ | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=27994
* * Typo.Eelco Dolstra2009-10-28
| | | | svn path=/nixpkgs/trunk/; revision=17986
* * Stdenv functions.Eelco Dolstra2008-09-05
| | | | svn path=/nixpkgs/trunk/; revision=12806
* * Build inputs / setup hooks.Eelco Dolstra2008-09-02
| | | | svn path=/nixpkgs/trunk/; revision=12790
* * Documented all stdenv phases.Eelco Dolstra2008-09-02
| | | | svn path=/nixpkgs/trunk/; revision=12789
* * Documented some phases in more detail.Eelco Dolstra2008-08-27
| | | | svn path=/nixpkgs/trunk/; revision=12752
* * More stdenv documentation. Some of it has been moved from the NixEelco Dolstra2008-06-19
| | | | | | manual. svn path=/nixpkgs/trunk/; revision=12164
* * Quick start section.Eelco Dolstra2008-06-17
* Updated some packages that are referenced in that section. svn path=/nixpkgs/trunk/; revision=12139