pkgs: fix typos in applications, data, desktops, games and misc

Assisted-by: Claude Code (claude-opus-5)
This commit is contained in:
Ben Siraphob
2026-08-02 11:15:27 -07:00
parent b5e73a0b2d
commit 062d2b697e
20 changed files with 27 additions and 27 deletions
@@ -16,7 +16,7 @@
let
processPlugin =
plugin:
# We can remove this check and just asume plugins to be derivations starting with 26.11.
# We can remove this check and just assume plugins to be derivations starting with 26.11.
lib.throwIfNot (lib.isDerivation plugin)
"addPlugins no longer supports resolving plugins by name or id strings. Please supply a derivation instead"
plugin;
+1 -1
View File
@@ -46,7 +46,7 @@ let
withPerl ? false,
withRuby ? false,
# wether to create symlinks in $out/bin/vi(m) -> $out/bin/nvim
# whether to create symlinks in $out/bin/vi(m) -> $out/bin/nvim
vimAlias ? false,
viAlias ? false,
@@ -1117,7 +1117,7 @@ let
hash = "sha256-aSyTgGZt9AMZopmPLHb3Mc2RxUGZH87eMtOPX8DlgWQ=";
};
meta = {
description = "The offical CUE extension for VS Code, providing syntax highlighting and language server integration (LSP)";
description = "The official CUE extension for VS Code, providing syntax highlighting and language server integration (LSP)";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=cuelangorg.vscode-cue";
homepage = "https://github.com/cue-lang/vscode-cue";
license = lib.licenses.mit;
@@ -1380,7 +1380,7 @@ let
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/DivyanshuAgrawal.competitive-programming-helper/changelog";
description = "Makes judging, compiling, and downloading problems for competitve programming easy. Also supports auto-submit for a few sites";
description = "Makes judging, compiling, and downloading problems for competitive programming easy. Also supports auto-submit for a few sites";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=DivyanshuAgrawal.competitive-programming-helper";
homepage = "https://github.com/agrawal-d/cph";
license = lib.licenses.gpl3;
@@ -1553,7 +1553,7 @@ let
hash = "sha256-6xooF8petGLn8Zlh8rCXG2RJdAcdt8t8GPwhfgc5Gxs=";
};
meta = {
description = "Adwaita VS Code theme with Github syntax highlighting";
description = "Adwaita VS Code theme with GitHub syntax highlighting";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=egirlcatnip.adwaita-github-theme";
homepage = "https://github.com/egirlcatnip/adwaita-github-theme";
license = lib.licenses.gpl3;
@@ -1664,7 +1664,7 @@ let
hash = "sha256-caNcbDTB/F2mdlGpfIfJv13lzY5Wwj7p7r8dAte9+3A=";
};
meta = {
description = "Visual Studio Code extension of using chinese-english dictonary in right-click menu";
description = "Visual Studio Code extension of using chinese-english dictionary in right-click menu";
homepage = "https://github.com/exiahuang/fanyi-vscode";
changelog = "https://marketplace.visualstudio.com/items/ExiaHuang.dictionary/changelog";
license = lib.licenses.gpl3Only;
@@ -3039,7 +3039,7 @@ let
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/mechatroner.rainbow-csv/changelog";
description = "Rainbow syntax higlighting for CSV and TSV files in Visual Studio Code";
description = "Rainbow syntax highlighting for CSV and TSV files in Visual Studio Code";
downloadPage = "https://marketplace.visualstudio.com/items?itemname=mechatroner.rainbow-csv";
homepage = "https://github.com/mechatroner/vscode_rainbow_csv";
license = lib.licenses.mit;
@@ -3138,7 +3138,7 @@ let
meta = {
changelog = "https://github.com/moshfeu/vscode-compare-folders/releases";
description = "Extension allows you to compare folders, show the diffs in a list and present diff in a splitted view side by side";
description = "Extension allows you to compare folders, show the diffs in a list and present diff in a split view side by side";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=moshfeu.compare-folders";
homepage = "https://github.com/moshfeu/vscode-compare-folders";
license = lib.licenses.mit;
@@ -5468,7 +5468,7 @@ let
hash = "sha256-sin2kTx7aXFPhtraKUjsowuV8Z2z237RIePL4F/JiPM=";
};
meta = {
description = "Visual Studio Code extension to help user easyly finish long words ";
description = "Visual Studio Code extension to help user easily finish long words ";
longDescription = ''
Dictionary completion allows user to get a list of keywords, based off of the current word at the cursor.
This is useful if you are typing a long word (e.g. acknowledgeable) and don't want to finish typing or don't remember the Spelling
@@ -24,7 +24,7 @@
So, in order for debugging to work properly, you merely need to create symlinks
to one of these terminals at the appropriate location.
The good news is the the utility library is open source and with some effort
The good news is the utility library is open source and with some effort
we could build a patched version ourselves. See:
<https://github.com/Microsoft/MIEngine/blob/2885386dc7f35e0f1e44827269341e786361f28e/src/MICore/TerminalLauncher.cs#L156>
+1 -1
View File
@@ -10,7 +10,7 @@
# sourceExecutableName is the name of the binary in the source archive over
# which we have no control and it is needed to run the insider version as
# documented in https://wiki.nixos.org/wiki/Visual_Studio_Code#Insiders_Build
# On MacOS the insider binary is still called code instead of code-insiders as
# On macOS the insider binary is still called code instead of code-insiders as
# of 2023-08-06.
sourceExecutableName ?
"code" + lib.optionalString (isInsiders && stdenv.hostPlatform.isLinux) "-insiders",
@@ -20,7 +20,7 @@ stdenv.mkDerivation (finalAttrs: {
sha256 = "1ad4zr7rcxpda8yzvfkq1rfjgx9nl6lan5a628wvpdbh3fn9v0z7";
};
# add all fedora patchs. fix gcc-14 build among other things
# add all fedora patches. fix gcc-14 build among other things
# https://src.fedoraproject.org/rpms/sane-frontends/tree/main
patches =
let
@@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
];
meta = {
description = "Lightwight filemanager from the C Suite";
description = "Lightweight filemanager from the C Suite";
mainProgram = "corefm";
homepage = "https://gitlab.com/cubocore/coreapps/corefm";
license = lib.licenses.gpl3Plus;
@@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
dontWrapQtApps = true;
meta = {
description = "Library for bookmarking, saving recent activites, managing settings of C-Suite";
description = "Library for bookmarking, saving recent activities, managing settings of C-Suite";
homepage = "https://gitlab.com/cubocore/libcprime";
license = lib.licenses.gpl3Plus;
maintainers = [ ];
+1 -1
View File
@@ -8,7 +8,7 @@
# Note for maintainers:
#
# These packages are only allowed to be packaged under the the condition that we
# These packages are only allowed to be packaged under the condition that we
# - patch source/creator/config.d to not point to upstream's bug tracker
# - use the "barebones" configuration to remove the mascot and logo from the build
#
@@ -155,9 +155,9 @@ let
computers using a simple programming model. It is designed to
scale up from single servers to thousands of machines, each
offering local computation and storage. Rather than rely on
hardware to deliver high-avaiability, the library itself is
hardware to deliver high-availability, the library itself is
designed to detect and handle failures at the application layer,
so delivering a highly-availabile service on top of a cluster of
so delivering a highly-available service on top of a cluster of
computers, each of which may be prone to failures.
'';
maintainers = with lib.maintainers; [ illustris ];
@@ -40,7 +40,7 @@ buildGoModule rec {
'';
meta = {
description = "Helm Distribution plugin is is a set of utilities and Helm Plugin for making offline work with Helm Charts easier";
description = "Helm Distribution plugin is a set of utilities and Helm Plugin for making offline work with Helm Charts easier";
homepage = "https://github.com/vmware-labs/distribution-tooling-for-helm";
maintainers = with lib.maintainers; [ ascii17 ];
license = lib.licenses.mit;
@@ -8,7 +8,7 @@
RSupport ? true,
R,
nixosTests,
# needeed in situations where hadoop's jdk version is too old
# needed in situations where hadoop's jdk version is too old
jdk21_headless,
}:
+1 -1
View File
@@ -27,7 +27,7 @@
atk,
# For Adding additional GRC blocks
extraPackages ? [ ],
# For Adding additional python packaages
# For Adding additional python packages
extraPythonPackages ? [ ],
soapysdr, # For it's passthru.searchPath
# soapysdr plugins we add by default. Ideally, we should have a
@@ -21,7 +21,7 @@
libusb1,
pkg-config,
# #FIXME: Could not get cmake to pick up on these dependencies
# Ommiting them prevents cmake from building the OCR video capabilities
# Omitting them prevents cmake from building the OCR video capabilities
# Everything else should work it's just missing this one plugin
# tesseract,
# leptonica,
@@ -1,4 +1,4 @@
# Configurations that should only be overrided by
# Configurations that should only be overridden by
# overrideAttrs
{
pname,
@@ -98,7 +98,7 @@ let
description = "";
longDescription = ''
This package produces identical store derivations to `pkgs.${packageName}`
overriden and installed by the NixOS module `programs.singularity`
overridden and installed by the NixOS module `programs.singularity`
with default configuration.
This is for binary substitutes only. Use pkgs.${packageName} instead.
+1 -1
View File
@@ -67,7 +67,7 @@ lib.mapAttrs mkOpenRelayTypeface {
supports many scripts and a large number of Unicode blocks as well as
constructed scripts as encoded in the Under-ConScript Unicode Registry,
pseudographics and semigraphics, and tons of private use characters. It
has been superceded by Fairfax HD but is still maintained.
has been superseded by Fairfax HD but is still maintained.
'';
};
};
@@ -340,7 +340,7 @@ def serialize_extensions(processed_extensions: list[dict[str, Any]]) -> None:
out.write("[ ")
else:
out.write(", ")
# Dump each extension into a single-line string forst
# Dump each extension into a single-line string first
serialized_extension = json.dumps(extension, ensure_ascii=False)
# Inject line breaks for each supported version
for version in supported_versions:
+1 -1
View File
@@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
# According to the @diegoulloao (see https://github.com/diegoulloao/ioquake3-mac-install/issues/23#issuecomment-2817031996)
# quake3-live-sounds.pk3 is likely a custom repack from https://www.moddb.com/addons/quake-live-announcers-pack
# zpack-weapons.pk3 is an amalgamation of multiple mods, where he can't recall which ones he used exactly.
# It still makes him the authorative source for these file.
# It still makes him the authoritative source for these file.
ioquake3_mac = fetchFromGitHub {
owner = "diegoulloao";
repo = "ioquake3-mac-install";
+1 -1
View File
@@ -93,7 +93,7 @@ let
with lib;
{
homepage = "https://www.barebox.org";
description = "Swiss Army Knive for bare metal";
description = "Swiss Army Knife for bare metal";
license = licenses.gpl2Only;
maintainers = with maintainers; [ emantor ];
}