From ab2b165a5dbe9d435eec8b1a7436b792a3833f20 Mon Sep 17 00:00:00 2001 From: Derick Eddington <4731128+DerickEddington@users.noreply.github.com> Date: Wed, 16 Mar 2022 15:05:35 -0700 Subject: [PATCH] comixcursors: fix longDescription rendering --- pkgs/data/icons/comixcursors/default.nix | 30 ++++-------------------- 1 file changed, 5 insertions(+), 25 deletions(-) diff --git a/pkgs/data/icons/comixcursors/default.nix b/pkgs/data/icons/comixcursors/default.nix index aa744878bcb3..2b52b703353e 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.: - - 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 - ]; - - - Attempting to use just comixcursors, i.e. without an - output attribute, will not install any variants. To install all the - variants, use comixcursors.all (which is a list), e.g.: - - environment.systemPackages = comixcursors.all ++ [...]; - - - The complete list of output attributes is: - - ${concatStringsSep "\n" variants} - + 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";