From a45edd9024b8fdbe1ace26d7bd8e39370e96ae52 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Thu, 31 May 2018 21:03:37 -0400 Subject: [PATCH] doc: ran `make format` With visual inspection that nothing got worse. --- doc/coding-conventions.xml | 168 +++++++++--- doc/cross-compilation.xml | 27 +- doc/functions.xml | 48 ++-- doc/languages-frameworks/bower.xml | 4 +- doc/meta.xml | 52 ++-- doc/multiple-output.xml | 32 +-- doc/package-notes.xml | 12 +- doc/stdenv.xml | 426 +++++++++++++++++++---------- 8 files changed, 513 insertions(+), 256 deletions(-) diff --git a/doc/coding-conventions.xml b/doc/coding-conventions.xml index f244c11d4f20..b3f7f093835c 100644 --- a/doc/coding-conventions.xml +++ b/doc/coding-conventions.xml @@ -312,11 +312,15 @@ args.stdenv.mkDerivation (args // { - If it’s used to support software development: + + If it’s used to support software development: + - If it’s a library used by other packages: + + If it’s a library used by other packages: + development/libraries (e.g. @@ -325,7 +329,9 @@ args.stdenv.mkDerivation (args // { - If it’s a compiler: + + If it’s a compiler: + development/compilers (e.g. @@ -334,7 +340,9 @@ args.stdenv.mkDerivation (args // { - If it’s an interpreter: + + If it’s an interpreter: + development/interpreters (e.g. @@ -343,11 +351,15 @@ args.stdenv.mkDerivation (args // { - If it’s a (set of) development tool(s): + + If it’s a (set of) development tool(s): + - If it’s a parser generator (including lexers): + + If it’s a parser generator (including lexers): + development/tools/parsing (e.g. @@ -356,7 +368,9 @@ args.stdenv.mkDerivation (args // { - If it’s a build manager: + + If it’s a build manager: + development/tools/build-managers (e.g. @@ -365,7 +379,9 @@ args.stdenv.mkDerivation (args // { - Else: + + Else: + development/tools/misc (e.g. @@ -377,7 +393,9 @@ args.stdenv.mkDerivation (args // { - Else: + + Else: + development/misc @@ -388,7 +406,9 @@ args.stdenv.mkDerivation (args // { - If it’s a (set of) tool(s): + + If it’s a (set of) tool(s): + (A tool is a relatively small program, especially one intended to be @@ -396,7 +416,9 @@ args.stdenv.mkDerivation (args // { - If it’s for networking: + + If it’s for networking: + tools/networking (e.g. @@ -405,7 +427,9 @@ args.stdenv.mkDerivation (args // { - If it’s for text processing: + + If it’s for text processing: + tools/text (e.g. diffutils) @@ -413,9 +437,9 @@ args.stdenv.mkDerivation (args // { - If it’s a system utility, i.e., - something related or essential to the operation of a - system: + + If it’s a system utility, i.e., something related or essential to the operation of a system: + tools/system (e.g. cron) @@ -423,8 +447,9 @@ args.stdenv.mkDerivation (args // { - If it’s an archiver (which may - include a compression function): + + If it’s an archiver (which may include a compression function): + tools/archivers (e.g. zip, @@ -433,7 +458,9 @@ args.stdenv.mkDerivation (args // { - If it’s a compression program: + + If it’s a compression program: + tools/compression (e.g. @@ -442,7 +469,9 @@ args.stdenv.mkDerivation (args // { - If it’s a security-related program: + + If it’s a security-related program: + tools/security (e.g. nmap, @@ -451,7 +480,9 @@ args.stdenv.mkDerivation (args // { - Else: + + Else: + tools/misc @@ -462,7 +493,9 @@ args.stdenv.mkDerivation (args // { - If it’s a shell: + + If it’s a shell: + shells (e.g. bash) @@ -470,11 +503,15 @@ args.stdenv.mkDerivation (args // { - If it’s a server: + + If it’s a server: + - If it’s a web server: + + If it’s a web server: + servers/http (e.g. @@ -483,7 +520,9 @@ args.stdenv.mkDerivation (args // { - If it’s an implementation of the X Windowing System: + + If it’s an implementation of the X Windowing System: + servers/x11 (e.g. xorg — @@ -492,7 +531,9 @@ args.stdenv.mkDerivation (args // { - Else: + + Else: + servers/misc @@ -503,7 +544,9 @@ args.stdenv.mkDerivation (args // { - If it’s a desktop environment: + + If it’s a desktop environment: + desktops (e.g. kde, @@ -512,7 +555,9 @@ args.stdenv.mkDerivation (args // { - If it’s a window manager: + + If it’s a window manager: + applications/window-managers (e.g. @@ -521,7 +566,9 @@ args.stdenv.mkDerivation (args // { - If it’s an application: + + If it’s an application: + A (typically large) program with a distinct user interface, primarily @@ -529,7 +576,9 @@ args.stdenv.mkDerivation (args // { - If it’s a version management system: + + If it’s a version management system: + applications/version-management (e.g. @@ -538,7 +587,9 @@ args.stdenv.mkDerivation (args // { - If it’s for video playback / editing: + + If it’s for video playback / editing: + applications/video (e.g. @@ -547,7 +598,9 @@ args.stdenv.mkDerivation (args // { - If it’s for graphics viewing / editing: + + If it’s for graphics viewing / editing: + applications/graphics (e.g. @@ -556,11 +609,15 @@ args.stdenv.mkDerivation (args // { - If it’s for networking: + + If it’s for networking: + - If it’s a mailreader: + + If it’s a mailreader: + applications/networking/mailreaders (e.g. @@ -569,7 +626,9 @@ args.stdenv.mkDerivation (args // { - If it’s a newsreader: + + If it’s a newsreader: + applications/networking/newsreaders (e.g. @@ -578,7 +637,9 @@ args.stdenv.mkDerivation (args // { - If it’s a web browser: + + If it’s a web browser: + applications/networking/browsers (e.g. @@ -587,7 +648,9 @@ args.stdenv.mkDerivation (args // { - Else: + + Else: + applications/networking/misc @@ -598,7 +661,9 @@ args.stdenv.mkDerivation (args // { - Else: + + Else: + applications/misc @@ -609,12 +674,15 @@ args.stdenv.mkDerivation (args // { - If it’s data (i.e., does not have a - straight-forward executable semantics): + + If it’s data (i.e., does not have a straight-forward executable semantics): + - If it’s a font: + + If it’s a font: + data/fonts @@ -622,11 +690,15 @@ args.stdenv.mkDerivation (args // { - If it’s related to SGML/XML processing: + + If it’s related to SGML/XML processing: + - If it’s an XML DTD: + + If it’s an XML DTD: + data/sgml+xml/schemas/xml-dtd (e.g. @@ -635,7 +707,9 @@ args.stdenv.mkDerivation (args // { - If it’s an XSLT stylesheet: + + If it’s an XSLT stylesheet: + (Okay, these are executable...) @@ -653,7 +727,9 @@ args.stdenv.mkDerivation (args // { - If it’s a game: + + If it’s a game: + games @@ -661,7 +737,9 @@ args.stdenv.mkDerivation (args // { - Else: + + Else: + misc diff --git a/doc/cross-compilation.xml b/doc/cross-compilation.xml index fe0e0d88d30e..3b433fdcc1d2 100644 --- a/doc/cross-compilation.xml +++ b/doc/cross-compilation.xml @@ -60,7 +60,8 @@ - buildPlatform + + buildPlatform @@ -71,7 +72,8 @@ - hostPlatform + + hostPlatform @@ -82,7 +84,8 @@ - targetPlatform + + targetPlatform @@ -128,7 +131,8 @@ - system + + system @@ -141,7 +145,8 @@ - config + + config @@ -157,7 +162,8 @@ - parsed + + parsed @@ -171,7 +177,8 @@ - libc + + libc @@ -183,7 +190,8 @@ - is* + + is* @@ -195,7 +203,8 @@ - platform + + platform diff --git a/doc/functions.xml b/doc/functions.xml index cdae96703f13..746ef7131f86 100644 --- a/doc/functions.xml +++ b/doc/functions.xml @@ -321,7 +321,8 @@ merge:"diff3" - name + + name @@ -330,7 +331,8 @@ merge:"diff3" - targetPkgs + + targetPkgs @@ -340,7 +342,8 @@ merge:"diff3" - multiPkgs + + multiPkgs @@ -351,7 +354,8 @@ merge:"diff3" - extraBuildCommands + + extraBuildCommands @@ -361,7 +365,8 @@ merge:"diff3" - extraBuildCommandsMulti + + extraBuildCommandsMulti @@ -371,7 +376,8 @@ merge:"diff3" - extraOutputsToInstall + + extraOutputsToInstall @@ -381,7 +387,8 @@ merge:"diff3" - extraInstallCommands + + extraInstallCommands @@ -391,7 +398,8 @@ merge:"diff3" - runScript + + runScript @@ -624,9 +632,9 @@ merge:"diff3" This function is analogous to the docker pull command, - in that can be used to pull a Docker image from a Docker registry. - By default Docker Hub - is used to pull images. + in that can be used to pull a Docker image from a Docker registry. By + default Docker Hub is + used to pull images. @@ -648,15 +656,15 @@ merge:"diff3" - imageName specifies the name of the image to be downloaded, - which can also include the registry namespace (e.g. nixos). - This argument is required. + imageName specifies the name of the image to be + downloaded, which can also include the registry namespace (e.g. + nixos). This argument is required. - imageDigest specifies the digest of the image - to be downloaded. Skopeo can be used to get the digest of an image + imageDigest specifies the digest of the image to be + downloaded. Skopeo can be used to get the digest of an image $ skopeo inspect docker://docker.io/nixos/nix:1.11 | jq -r '.Digest' sha256:20d9485b25ecfd89204e843a962c1bd70e9cc6858d65d7f5fadc340246e2116b @@ -666,10 +674,10 @@ merge:"diff3" - finalImageTag, if specified, this is the tag of - the image to be created. Note it is never used to fetch the image - since we prefer to rely on the immutable digest ID. By default - it's latest. + finalImageTag, if specified, this is the tag of the + image to be created. Note it is never used to fetch the image since we + prefer to rely on the immutable digest ID. By default it's + latest. diff --git a/doc/languages-frameworks/bower.xml b/doc/languages-frameworks/bower.xml index db7536cdc14e..118f6e10473a 100644 --- a/doc/languages-frameworks/bower.xml +++ b/doc/languages-frameworks/bower.xml @@ -205,8 +205,8 @@ pkgs.stdenv.mkDerivation { - ENOCACHE errors from - buildBowerComponents + + ENOCACHE errors from buildBowerComponents diff --git a/doc/meta.xml b/doc/meta.xml index ab6befd4381c..496b32916552 100644 --- a/doc/meta.xml +++ b/doc/meta.xml @@ -83,7 +83,8 @@ hello-2.3 A program that produces a familiar, friendly greeting - description + + description @@ -106,7 +107,8 @@ hello-2.3 A program that produces a familiar, friendly greeting - longDescription + + longDescription @@ -115,7 +117,8 @@ hello-2.3 A program that produces a familiar, friendly greeting - branch + + branch @@ -126,7 +129,8 @@ hello-2.3 A program that produces a familiar, friendly greeting - homepage + + homepage @@ -136,7 +140,8 @@ hello-2.3 A program that produces a familiar, friendly greeting - downloadPage + + downloadPage @@ -146,7 +151,8 @@ hello-2.3 A program that produces a familiar, friendly greeting - license + + license @@ -198,7 +204,8 @@ hello-2.3 A program that produces a familiar, friendly greeting - maintainers + + maintainers @@ -213,7 +220,8 @@ hello-2.3 A program that produces a familiar, friendly greeting - priority + + priority @@ -225,7 +233,8 @@ hello-2.3 A program that produces a familiar, friendly greeting - platforms + + platforms @@ -242,7 +251,8 @@ meta.platforms = stdenv.lib.platforms.linux; - hydraPlatforms + + hydraPlatforms @@ -261,7 +271,8 @@ meta.hydraPlatforms = []; - broken + + broken @@ -273,7 +284,8 @@ meta.hydraPlatforms = []; - updateWalker + + updateWalker @@ -305,8 +317,8 @@ meta.hydraPlatforms = []; generic options are available: - stdenv.lib.licenses.free, - "free" + + stdenv.lib.licenses.free, "free" @@ -315,8 +327,8 @@ meta.hydraPlatforms = []; - stdenv.lib.licenses.unfreeRedistributable, - "unfree-redistributable" + + stdenv.lib.licenses.unfreeRedistributable, "unfree-redistributable" @@ -336,8 +348,8 @@ meta.hydraPlatforms = []; - stdenv.lib.licenses.unfree, - "unfree" + + stdenv.lib.licenses.unfree, "unfree" @@ -348,8 +360,8 @@ meta.hydraPlatforms = []; - stdenv.lib.licenses.unfreeRedistributableFirmware, - "unfree-redistributable-firmware" + + stdenv.lib.licenses.unfreeRedistributableFirmware, "unfree-redistributable-firmware" diff --git a/doc/multiple-output.xml b/doc/multiple-output.xml index 040c12c92913..981b4b966cdf 100644 --- a/doc/multiple-output.xml +++ b/doc/multiple-output.xml @@ -188,8 +188,8 @@ - - $outputDev + + $outputDev @@ -200,8 +200,8 @@ - - $outputBin + + $outputBin @@ -211,8 +211,8 @@ - - $outputLib + + $outputLib @@ -223,8 +223,8 @@ - - $outputDoc + + $outputDoc @@ -235,8 +235,8 @@ - - $outputDevdoc + + $outputDevdoc @@ -248,8 +248,8 @@ - - $outputMan + + $outputMan @@ -259,8 +259,8 @@ - - $outputDevman + + $outputDevman @@ -270,8 +270,8 @@ - - $outputInfo + + $outputInfo diff --git a/doc/package-notes.xml b/doc/package-notes.xml index f16826ae6806..a6347bfdebaf 100644 --- a/doc/package-notes.xml +++ b/doc/package-notes.xml @@ -428,7 +428,9 @@ packageOverrides = pkgs: { - Steam fails to start. What do I do? + + Steam fails to start. What do I do? + Try to run @@ -438,7 +440,9 @@ packageOverrides = pkgs: { - Using the FOSS Radeon or nouveau (nvidia) drivers + + Using the FOSS Radeon or nouveau (nvidia) drivers + @@ -462,7 +466,9 @@ packageOverrides = pkgs: { - Java + + Java + diff --git a/doc/stdenv.xml b/doc/stdenv.xml index 78fa1d209b58..f6180d5ca6a8 100644 --- a/doc/stdenv.xml +++ b/doc/stdenv.xml @@ -361,7 +361,8 @@ let f(h, h + 1, i) = i + h Variables specifying dependencies - depsBuildBuild + + depsBuildBuild @@ -386,7 +387,8 @@ let f(h, h + 1, i) = i + h - nativeBuildInputs + + nativeBuildInputs @@ -412,7 +414,8 @@ let f(h, h + 1, i) = i + h - depsBuildTarget + + depsBuildTarget @@ -451,7 +454,8 @@ let f(h, h + 1, i) = i + h - depsHostHost + + depsHostHost @@ -469,7 +473,8 @@ let f(h, h + 1, i) = i + h - buildInputs + + buildInputs @@ -492,7 +497,8 @@ let f(h, h + 1, i) = i + h - depsTargetTarget + + depsTargetTarget @@ -508,7 +514,8 @@ let f(h, h + 1, i) = i + h - depsBuildBuildPropagated + + depsBuildBuildPropagated @@ -519,7 +526,8 @@ let f(h, h + 1, i) = i + h - propagatedNativeBuildInputs + + propagatedNativeBuildInputs @@ -539,7 +547,8 @@ let f(h, h + 1, i) = i + h - depsBuildTargetPropagated + + depsBuildTargetPropagated @@ -549,7 +558,8 @@ let f(h, h + 1, i) = i + h - depsHostHostPropagated + + depsHostHostPropagated @@ -558,7 +568,8 @@ let f(h, h + 1, i) = i + h - propagatedBuildInputs + + propagatedBuildInputs @@ -569,7 +580,8 @@ let f(h, h + 1, i) = i + h - depsTargetTarget + + depsTargetTarget @@ -586,7 +598,8 @@ let f(h, h + 1, i) = i + h Variables affecting <literal>stdenv</literal> initialisation - NIX_DEBUG + + NIX_DEBUG @@ -607,7 +620,8 @@ let f(h, h + 1, i) = i + h Variables affecting build properties - enableParallelBuilding + + enableParallelBuilding @@ -624,7 +638,8 @@ let f(h, h + 1, i) = i + h - preferLocalBuild + + preferLocalBuild @@ -642,7 +657,8 @@ let f(h, h + 1, i) = i + h Special variables - passthru + + passthru @@ -707,7 +723,8 @@ passthru = { Variables affecting phase control - phases + + phases @@ -727,7 +744,8 @@ passthru = { - prePhases + + prePhases @@ -736,7 +754,8 @@ passthru = { - preConfigurePhases + + preConfigurePhases @@ -745,7 +764,8 @@ passthru = { - preBuildPhases + + preBuildPhases @@ -754,7 +774,8 @@ passthru = { - preInstallPhases + + preInstallPhases @@ -763,7 +784,8 @@ passthru = { - preFixupPhases + + preFixupPhases @@ -772,7 +794,8 @@ passthru = { - preDistPhases + + preDistPhases @@ -781,7 +804,8 @@ passthru = { - postPhases + + postPhases @@ -804,7 +828,9 @@ passthru = { default: - Tar files + + Tar files + These can optionally be compressed using gzip @@ -817,7 +843,9 @@ passthru = { - Zip files + + Zip files + Zip files are unpacked using unzip. However, @@ -827,7 +855,9 @@ passthru = { - Directories in the Nix store + + Directories in the Nix store + These are simply copied to the current directory. The hash part of the @@ -847,7 +877,8 @@ passthru = { Variables controlling the unpack phase - srcs / src + + srcs / src @@ -857,7 +888,8 @@ passthru = { - sourceRoot + + sourceRoot @@ -869,7 +901,8 @@ passthru = { - setSourceRoot + + setSourceRoot @@ -881,7 +914,8 @@ passthru = { - preUnpack + + preUnpack @@ -890,7 +924,8 @@ passthru = { - postUnpack + + postUnpack @@ -899,7 +934,8 @@ passthru = { - dontMakeSourcesWritable + + dontMakeSourcesWritable @@ -911,7 +947,8 @@ passthru = { - unpackCmd + + unpackCmd @@ -935,7 +972,8 @@ passthru = { Variables controlling the patch phase - patches + + patches @@ -948,7 +986,8 @@ passthru = { - patchFlags + + patchFlags @@ -959,7 +998,8 @@ passthru = { - prePatch + + prePatch @@ -968,7 +1008,8 @@ passthru = { - postPatch + + postPatch @@ -991,7 +1032,8 @@ passthru = { Variables controlling the configure phase - configureScript + + configureScript @@ -1003,7 +1045,8 @@ passthru = { - configureFlags + + configureFlags @@ -1013,7 +1056,8 @@ passthru = { - configureFlagsArray + + configureFlagsArray @@ -1024,7 +1068,8 @@ passthru = { - dontAddPrefix + + dontAddPrefix @@ -1034,7 +1079,8 @@ passthru = { - prefix + + prefix @@ -1045,7 +1091,8 @@ passthru = { - dontAddDisableDepTrack + + dontAddDisableDepTrack @@ -1056,7 +1103,8 @@ passthru = { - dontFixLibtool + + dontFixLibtool @@ -1076,7 +1124,8 @@ passthru = { - dontDisableStatic + + dontDisableStatic @@ -1090,7 +1139,8 @@ passthru = { - configurePlatforms + + configurePlatforms @@ -1111,7 +1161,8 @@ passthru = { - preConfigure + + preConfigure @@ -1120,7 +1171,8 @@ passthru = { - postConfigure + + postConfigure @@ -1146,7 +1198,8 @@ passthru = { Variables controlling the build phase - dontBuild + + dontBuild @@ -1155,7 +1208,8 @@ passthru = { - makefile + + makefile @@ -1164,15 +1218,19 @@ passthru = { - checkInputs - - - A list of dependencies used by the phase. This gets included in - buildInputs when doCheck is set. - + + checkInputs + + + + A list of dependencies used by the phase. This gets included in + buildInputs when doCheck is set. + + - makeFlags + + makeFlags @@ -1193,7 +1251,8 @@ makeFlags = [ "PREFIX=$(out)" ]; - makeFlagsArray + + makeFlagsArray @@ -1211,7 +1270,8 @@ makeFlagsArray=(CFLAGS="-O0 -g" LDFLAGS="-lfoo -lbar") - buildFlags / buildFlagsArray + + buildFlags / buildFlagsArray @@ -1222,7 +1282,8 @@ makeFlagsArray=(CFLAGS="-O0 -g" LDFLAGS="-lfoo -lbar") - preBuild + + preBuild @@ -1231,7 +1292,8 @@ makeFlagsArray=(CFLAGS="-O0 -g" LDFLAGS="-lfoo -lbar") - postBuild + + postBuild @@ -1266,7 +1328,8 @@ makeFlagsArray=(CFLAGS="-O0 -g" LDFLAGS="-lfoo -lbar") Variables controlling the check phase - doCheck + + doCheck @@ -1282,9 +1345,8 @@ makeFlagsArray=(CFLAGS="-O0 -g" LDFLAGS="-lfoo -lbar") - makeFlags / - makeFlagsArray / - makefile + + makeFlags / makeFlagsArray / makefile @@ -1293,7 +1355,8 @@ makeFlagsArray=(CFLAGS="-O0 -g" LDFLAGS="-lfoo -lbar") - checkTarget + + checkTarget @@ -1303,7 +1366,8 @@ makeFlagsArray=(CFLAGS="-O0 -g" LDFLAGS="-lfoo -lbar") - checkFlags / checkFlagsArray + + checkFlags / checkFlagsArray @@ -1314,7 +1378,8 @@ makeFlagsArray=(CFLAGS="-O0 -g" LDFLAGS="-lfoo -lbar") - preCheck + + preCheck @@ -1323,7 +1388,8 @@ makeFlagsArray=(CFLAGS="-O0 -g" LDFLAGS="-lfoo -lbar") - postCheck + + postCheck @@ -1347,9 +1413,8 @@ makeFlagsArray=(CFLAGS="-O0 -g" LDFLAGS="-lfoo -lbar") Variables controlling the install phase - makeFlags / - makeFlagsArray / - makefile + + makeFlags / makeFlagsArray / makefile @@ -1358,7 +1423,8 @@ makeFlagsArray=(CFLAGS="-O0 -g" LDFLAGS="-lfoo -lbar") - installTargets + + installTargets @@ -1370,7 +1436,8 @@ installTargets = "install-bin install-doc"; - installFlags / installFlagsArray + + installFlags / installFlagsArray @@ -1381,7 +1448,8 @@ installTargets = "install-bin install-doc"; - preInstall + + preInstall @@ -1390,7 +1458,8 @@ installTargets = "install-bin install-doc"; - postInstall + + postInstall @@ -1444,7 +1513,8 @@ installTargets = "install-bin install-doc"; Variables controlling the fixup phase - dontStrip + + dontStrip @@ -1454,7 +1524,8 @@ installTargets = "install-bin install-doc"; - dontStripHost + + dontStripHost @@ -1466,7 +1537,8 @@ installTargets = "install-bin install-doc"; - dontStripTarget + + dontStripTarget @@ -1478,7 +1550,8 @@ installTargets = "install-bin install-doc"; - dontMoveSbin + + dontMoveSbin @@ -1488,7 +1561,8 @@ installTargets = "install-bin install-doc"; - stripAllList + + stripAllList @@ -1500,7 +1574,8 @@ installTargets = "install-bin install-doc"; - stripAllFlags + + stripAllFlags @@ -1511,7 +1586,8 @@ installTargets = "install-bin install-doc"; - stripDebugList + + stripDebugList @@ -1522,7 +1598,8 @@ installTargets = "install-bin install-doc"; - stripDebugFlags + + stripDebugFlags @@ -1533,7 +1610,8 @@ installTargets = "install-bin install-doc"; - dontPatchELF + + dontPatchELF @@ -1543,7 +1621,8 @@ installTargets = "install-bin install-doc"; - dontPatchShebangs + + dontPatchShebangs @@ -1553,7 +1632,8 @@ installTargets = "install-bin install-doc"; - forceShare + + forceShare @@ -1564,7 +1644,8 @@ installTargets = "install-bin install-doc"; - setupHook + + setupHook @@ -1579,7 +1660,8 @@ installTargets = "install-bin install-doc"; - preFixup + + preFixup @@ -1588,7 +1670,8 @@ installTargets = "install-bin install-doc"; - postFixup + + postFixup @@ -1597,7 +1680,8 @@ installTargets = "install-bin install-doc"; - separateDebugInfo + + separateDebugInfo @@ -1639,7 +1723,8 @@ set debug-file-directory ~/.nix-profile/lib/debug Variables controlling the installCheck phase - doInstallCheck + + doInstallCheck @@ -1655,16 +1740,20 @@ set debug-file-directory ~/.nix-profile/lib/debug - installCheckInputs - - - A list of dependencies used by the phase. This gets included in - buildInputs when doInstallCheck - is set. - + + installCheckInputs + + + + A list of dependencies used by the phase. This gets included in + buildInputs when doInstallCheck is + set. + + - preInstallCheck + + preInstallCheck @@ -1673,7 +1762,8 @@ set debug-file-directory ~/.nix-profile/lib/debug - postInstallCheck + + postInstallCheck @@ -1698,7 +1788,8 @@ set debug-file-directory ~/.nix-profile/lib/debug Variables controlling the distribution phase - distTarget + + distTarget @@ -1708,7 +1799,8 @@ set debug-file-directory ~/.nix-profile/lib/debug - distFlags / distFlagsArray + + distFlags / distFlagsArray @@ -1717,7 +1809,8 @@ set debug-file-directory ~/.nix-profile/lib/debug - tarballs + + tarballs @@ -1728,7 +1821,8 @@ set debug-file-directory ~/.nix-profile/lib/debug - dontCopyDist + + dontCopyDist @@ -1737,7 +1831,8 @@ set debug-file-directory ~/.nix-profile/lib/debug - preDist + + preDist @@ -1746,7 +1841,8 @@ set debug-file-directory ~/.nix-profile/lib/debug - postDist + + postDist @@ -1766,7 +1862,8 @@ set debug-file-directory ~/.nix-profile/lib/debug - makeWrapperexecutablewrapperfileargs + + makeWrapperexecutablewrapperfileargs @@ -1791,7 +1888,8 @@ makeWrapper $out/bin/foo $wrapperfile --prefix PATH : ${lib.makeBinPath [ hello - substituteinfileoutfilesubs + + substituteinfileoutfilesubs @@ -1801,7 +1899,8 @@ makeWrapper $out/bin/foo $wrapperfile --prefix PATH : ${lib.makeBinPath [ hello subs are of the following form: - s1s2 + + s1s2 @@ -1811,7 +1910,8 @@ makeWrapper $out/bin/foo $wrapperfile --prefix PATH : ${lib.makeBinPath [ hello - varName + + varName @@ -1826,7 +1926,8 @@ makeWrapper $out/bin/foo $wrapperfile --prefix PATH : ${lib.makeBinPath [ hello - varNames + + varNames @@ -1860,7 +1961,8 @@ substitute ./foo.in ./foo.out \ - substituteInPlacefilesubs + + substituteInPlacefilesubs @@ -1870,7 +1972,8 @@ substitute ./foo.in ./foo.out \ - substituteAllinfileoutfile + + substituteAllinfileoutfile @@ -1909,7 +2012,8 @@ echo @foo@ - substituteAllInPlacefile + + substituteAllInPlacefile @@ -1919,7 +2023,8 @@ echo @foo@ - stripHashpath + + stripHashpath @@ -1939,7 +2044,8 @@ someVar=$(stripHash $name) - wrapProgramexecutablemakeWrapperArgs + + wrapProgramexecutablemakeWrapperArgs @@ -2039,7 +2145,9 @@ addEnvHooks "$hostOffset" myBashFunction mechanism is only to be used as a last resort, it might be. - Bintools Wrapper + + Bintools Wrapper + Bintools Wrapper wraps the binary utilities for a bunch of miscellaneous @@ -2109,7 +2217,9 @@ addEnvHooks "$hostOffset" myBashFunction - CC Wrapper + + CC Wrapper + CC Wrapper wraps a C toolchain for a bunch of miscellaneous purposes. @@ -2140,7 +2250,9 @@ addEnvHooks "$hostOffset" myBashFunction - Perl + + Perl + Adds the lib/site_perl subdirectory of each build @@ -2152,7 +2264,9 @@ addEnvHooks "$hostOffset" myBashFunction - Python + + Python + Adds the lib/${python.libPrefix}/site-packages @@ -2162,7 +2276,9 @@ addEnvHooks "$hostOffset" myBashFunction - pkg-config + + pkg-config + Adds the lib/pkgconfig and @@ -2172,7 +2288,9 @@ addEnvHooks "$hostOffset" myBashFunction - Automake + + Automake + Adds the share/aclocal subdirectory of each build @@ -2181,7 +2299,9 @@ addEnvHooks "$hostOffset" myBashFunction - Autoconf + + Autoconf + The autoreconfHook derivation adds @@ -2192,7 +2312,9 @@ addEnvHooks "$hostOffset" myBashFunction - libxml2 + + libxml2 + Adds every file named catalog.xml found under the @@ -2203,7 +2325,9 @@ addEnvHooks "$hostOffset" myBashFunction - teTeX / TeX Live + + teTeX / TeX Live + Adds the share/texmf-nix subdirectory of each build @@ -2212,7 +2336,9 @@ addEnvHooks "$hostOffset" myBashFunction - Qt 4 + + Qt 4 + Sets the QTDIR environment variable to Qt’s path. @@ -2220,7 +2346,9 @@ addEnvHooks "$hostOffset" myBashFunction - gdk-pixbuf + + gdk-pixbuf + Exports GDK_PIXBUF_MODULE_FILE environment variable the @@ -2230,7 +2358,9 @@ addEnvHooks "$hostOffset" myBashFunction - GHC + + GHC + Creates a temporary package database and registers every Haskell build @@ -2239,7 +2369,9 @@ addEnvHooks "$hostOffset" myBashFunction - GStreamer + + GStreamer + Adds the GStreamer plugins subdirectory of each build input to the @@ -2249,7 +2381,9 @@ addEnvHooks "$hostOffset" myBashFunction - paxctl + + paxctl + Defines the paxmark helper for setting per-executable @@ -2271,7 +2405,9 @@ addEnvHooks "$hostOffset" myBashFunction - autoPatchelfHook + + autoPatchelfHook + This is a special setup hook which helps in packaging proprietary @@ -2330,7 +2466,8 @@ addEnvHooks "$hostOffset" myBashFunction - format + + format @@ -2354,7 +2491,8 @@ cc1plus: some warnings being treated as errors - stackprotector + + stackprotector @@ -2375,7 +2513,8 @@ bin/blib.a(bios_console.o): In function `bios_handle_cup': - fortify + + fortify @@ -2415,7 +2554,8 @@ fcntl2.h:50:4: error: call to '__open_missing_mode' declared with attribute erro - pic + + pic @@ -2439,7 +2579,8 @@ ccbLfRgg.s:33: Error: missing or invalid displacement expression `private_key_le - strictoverflow + + strictoverflow @@ -2457,7 +2598,8 @@ ccbLfRgg.s:33: Error: missing or invalid displacement expression `private_key_le - relro + + relro @@ -2477,7 +2619,8 @@ ccbLfRgg.s:33: Error: missing or invalid displacement expression `private_key_le - bindnow + + bindnow @@ -2509,7 +2652,8 @@ intel_drv.so: undefined symbol: vgaHWFreeHWRec - pie + + pie