pkgs/servers: fix typos

Assisted-by: Claude Code (claude-opus-5)
This commit is contained in:
Ben Siraphob
2026-08-02 11:15:27 -07:00
parent 857a1c3a4f
commit 2176cc9b3f
6 changed files with 6 additions and 6 deletions
@@ -12,7 +12,7 @@ function arguments. Pass them into `dependencies` for them to
be available to Home Assistant.
Out-of-tree components need to use Python packages from
`home-assistant.python3Pacakges` as to not introduce conflicting package
`home-assistant.python3Packages` as to not introduce conflicting package
versions into the Python environment.
@@ -148,7 +148,7 @@ def repository_root() -> str:
return os.path.abspath(sys.argv[0] + "/../../../..")
# For a package attribute and and an extra, check if the package exposes it via passthru.optional-dependencies
# For a package attribute and an extra, check if the package exposes it via passthru.optional-dependencies
def has_extra(package: str, extra: str):
cmd = [
"nix-instantiate",
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
'';
meta = {
description = "Psychadelic theme for IcingaWeb 2";
description = "Psychedelic theme for IcingaWeb 2";
homepage = "https://github.com/Mikesch-mp/icingaweb2-theme-lsd";
license = lib.licenses.publicDomain;
platforms = lib.platforms.all;
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
pname = "check-wmi-plus";
version = "1.65";
# Upstream has been moved from Github to tarballs on the author's website.
# Upstream has been moved from GitHub to tarballs on the author's website.
# See https://edcint.co.nz/checkwmiplus/releases/
src = fetchFromGitHub {
owner = "speartail";
+1 -1
View File
@@ -18,7 +18,7 @@ postgresqlBuildExtension {
makeFlags = [ "USE_PGXS=1" ];
meta = {
description = "Compute similary of any one-dimensional arrays";
description = "Compute similarity of any one-dimensional arrays";
homepage = "http://sigaev.ru/git/gitweb.cgi?p=smlar.git";
platforms = postgresql.meta.platforms;
license = lib.licenses.bsd2;
@@ -116,7 +116,7 @@ let
}
) { };
# Filter out all characters that might occur in a version string but that that are not allowed
# Filter out all characters that might occur in a version string but that are not allowed
# in store paths.
filterWPString =
builtins.replaceStrings