From a45edd9024b8fdbe1ace26d7bd8e39370e96ae52 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Thu, 31 May 2018 21:03:37 -0400 Subject: doc: ran `make format` With visual inspection that nothing got worse. --- doc/stdenv.xml | 426 ++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 285 insertions(+), 141 deletions(-) (limited to 'doc/stdenv.xml') diff --git a/doc/stdenv.xml b/doc/stdenv.xml index 78fa1d209b58a..f6180d5ca6a88 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 -- cgit 1.4.1