lol

comixcursors: fix longDescription rendering

authored by

Derick Eddington and committed by
ehmry
ab2b165a 258072ae

+5 -25
+5 -25
pkgs/data/icons/comixcursors/default.nix
··· 90 90 opacity, edge thickness, and right- or left-handedness, for this cursor 91 91 theme. This package's derivation has an output for each of these 92 92 variants, named following the upstream convention, and the attribute for 93 - an output must be used to install a variant. E.g.: 94 - <programlisting language="nix"> 95 - environment.systemPackages = [ 96 - comixcursors.Blue 97 - comixcursors.Opaque_Orange 98 - comixcursors.Slim_Red 99 - comixcursors.Opaque_Slim_White 100 - comixcursors.LH_Green 101 - comixcursors.LH_Opaque_Black 102 - comixcursors.LH_Slim_Orange 103 - comixcursors.LH_Opaque_Slim_Blue 104 - ]; 105 - </programlisting> 106 - 107 - Attempting to use just <literal>comixcursors</literal>, i.e. without an 108 - output attribute, will not install any variants. To install all the 109 - variants, use <literal>comixcursors.all</literal> (which is a list), e.g.: 110 - <programlisting language="nix"> 111 - environment.systemPackages = comixcursors.all ++ [...]; 112 - </programlisting> 113 - 114 - The complete list of output attributes is: 115 - <programlisting> 116 - ${concatStringsSep "\n" variants} 117 - </programlisting> 93 + an output must be used to install a variant, 94 + e.g. `comixcursors.LH_Opaque_Slim_Blue`. Attempting to use only 95 + `comixcursors`, i.e. without an output attribute, will not install any 96 + variants. To install all the variants, use `comixcursors.all` (which is a 97 + list). 118 98 ''; 119 99 homepage = "https://gitlab.com/limitland/comixcursors"; 120 100 changelog = "https://gitlab.com/limitland/comixcursors/-/blob/HEAD/NEWS";