From 333ba9f7dca149e22d7d494517537247afb2df6a Mon Sep 17 00:00:00 2001 From: Luna Schwalbe Date: Fri, 13 Mar 2026 17:19:37 +0100 Subject: [PATCH] _7zz: add 7-zip to description for discoverability At the moment, https://search.nixos.org does not include this package in its results when searching for either "7zip" or "7-zip". Since most users are more familiar with the name 7-Zip than the executable 7zz, we want to increase discoverability of this package. --- pkgs/by-name/_7/_7zz/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/_7/_7zz/package.nix b/pkgs/by-name/_7/_7zz/package.nix index 001031ca0fa0..b06c35c81645 100644 --- a/pkgs/by-name/_7/_7zz/package.nix +++ b/pkgs/by-name/_7/_7zz/package.nix @@ -146,7 +146,7 @@ stdenv.mkDerivation (finalAttrs: { }; meta = { - description = "Command line archiver utility"; + description = "Command line version of the 7-Zip archiver utility"; homepage = "https://7-zip.org"; license = with lib.licenses;