about summary refs log tree commit diff
path: root/pkgs/data/icons/comixcursors
diff options
context:
space:
mode:
authorDerick Eddington <4731128+DerickEddington@users.noreply.github.com>2022-03-16 15:05:35 -0700
committerehmry <ehmry@posteo.net>2022-04-29 09:45:08 -0500
commitab2b165a5dbe9d435eec8b1a7436b792a3833f20 (patch)
tree08f65c116523411aa15a8dd8208a4e9e6b5097ae /pkgs/data/icons/comixcursors
parent258072aef26816e13d20790fecbeeea3619802b6 (diff)
comixcursors: fix longDescription rendering
Diffstat (limited to 'pkgs/data/icons/comixcursors')
-rw-r--r--pkgs/data/icons/comixcursors/default.nix30
1 files changed, 5 insertions, 25 deletions
diff --git a/pkgs/data/icons/comixcursors/default.nix b/pkgs/data/icons/comixcursors/default.nix
index aa744878bcb3b..2b52b703353e5 100644
--- a/pkgs/data/icons/comixcursors/default.nix
+++ b/pkgs/data/icons/comixcursors/default.nix
@@ -90,31 +90,11 @@ stdenv.mkDerivation rec {
       opacity, edge thickness, and right- or left-handedness, for this cursor
       theme.  This package's derivation has an output for each of these
       variants, named following the upstream convention, and the attribute for
-      an output must be used to install a variant.  E.g.:
-      <programlisting language="nix">
-      environment.systemPackages = [
-        comixcursors.Blue
-        comixcursors.Opaque_Orange
-        comixcursors.Slim_Red
-        comixcursors.Opaque_Slim_White
-        comixcursors.LH_Green
-        comixcursors.LH_Opaque_Black
-        comixcursors.LH_Slim_Orange
-        comixcursors.LH_Opaque_Slim_Blue
-      ];
-      </programlisting>
-
-      Attempting to use just <literal>comixcursors</literal>, i.e. without an
-      output attribute, will not install any variants.  To install all the
-      variants, use <literal>comixcursors.all</literal> (which is a list), e.g.:
-      <programlisting language="nix">
-      environment.systemPackages = comixcursors.all ++ [...];
-      </programlisting>
-
-      The complete list of output attributes is:
-      <programlisting>
-      ${concatStringsSep "\n" variants}
-      </programlisting>
+      an output must be used to install a variant,
+      e.g. `comixcursors.LH_Opaque_Slim_Blue`.  Attempting to use only
+      `comixcursors`, i.e. without an output attribute, will not install any
+      variants.  To install all the variants, use `comixcursors.all` (which is a
+      list).
     '';
     homepage = "https://gitlab.com/limitland/comixcursors";
     changelog = "https://gitlab.com/limitland/comixcursors/-/blob/HEAD/NEWS";