pkgs: fix typos
This commit is contained in:
parent
701bcdbead
commit
98b9e41f61
22 changed files with 23 additions and 23 deletions
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||
env.NIX_CFLAGS_COMPILE = toString [
|
||||
# Support JACK output in the standalone application:
|
||||
"-DJUCE_JACK"
|
||||
# Accomodate -flto:
|
||||
# Accommodate -flto:
|
||||
"-ffat-lto-objects"
|
||||
];
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ set -euo pipefail
|
|||
# - run their '--version' and call 'ldd'
|
||||
# - print the version of the runtime deps nix replacements.
|
||||
#
|
||||
# TODO: Print to a properly formated nix file all the required information to fetch everything (extension + runtime deps).
|
||||
# TODO: Print to a properly formatted nix file all the required information to fetch everything (extension + runtime deps).
|
||||
# TODO: Print x86 and maybe darwin runtime dependencies.
|
||||
#
|
||||
|
||||
|
|
|
@ -192,7 +192,7 @@ let
|
|||
|
||||
meta = meta // {
|
||||
description = ''
|
||||
Wrapped variant of ${pname} which launches in a FHS compatible envrionment.
|
||||
Wrapped variant of ${pname} which launches in a FHS compatible environment.
|
||||
Should allow for easy usage of extensions without nix-specific modifications.
|
||||
'';
|
||||
};
|
||||
|
|
|
@ -78,7 +78,7 @@ in (if !buildClient then stdenv.mkDerivation else mkDerivation) rec {
|
|||
|
||||
meta = with lib; {
|
||||
homepage = "https://quassel-irc.org/";
|
||||
description = "Qt/KDE distributed IRC client suppporting a remote daemon";
|
||||
description = "Qt/KDE distributed IRC client supporting a remote daemon";
|
||||
longDescription = ''
|
||||
Quassel IRC is a cross-platform, distributed IRC client,
|
||||
meaning that one (or multiple) client(s) can attach to
|
||||
|
|
|
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
# Fetching maven dependencies from "central" needs the network at build phase,
|
||||
# we do that in this extra derivation that explicitely specifies its
|
||||
# we do that in this extra derivation that explicitly specifies its
|
||||
# outputHash to ensure determinism.
|
||||
mavenDeps = stdenv.mkDerivation {
|
||||
name = "${pname}-${version}-maven-deps";
|
||||
|
|
|
@ -317,7 +317,7 @@ stdenv.mkDerivation {
|
|||
touch "$out/nix-support/cc-ldflags"
|
||||
''
|
||||
|
||||
# Backwards compatability for packages expecting this file, e.g. with
|
||||
# Backwards compatibility for packages expecting this file, e.g. with
|
||||
# `$NIX_CC/nix-support/dynamic-linker`.
|
||||
#
|
||||
# TODO(@Ericson2314): Remove this after stable release and force
|
||||
|
|
|
@ -95,7 +95,7 @@ stdenv.mkDerivation {
|
|||
spacing and other design details.
|
||||
|
||||
Cyrillic was initially designed by Philipp and Sebastian, and then revised and
|
||||
expanded by Cyreal Fonts Team (Alexei Vanyashin and Nikita Kanarev). Exising
|
||||
expanded by Cyreal Fonts Team (Alexei Vanyashin and Nikita Kanarev). Existing
|
||||
glyphs were improved, and glyph set was expanded to GF Cyrillic Plus.
|
||||
'';
|
||||
platforms = platforms.all;
|
||||
|
|
|
@ -11,7 +11,7 @@ let
|
|||
inherit (lib) attrsets lists strings trivial versions;
|
||||
|
||||
# Flags are determined based on your CUDA toolkit by default. You may benefit
|
||||
# from improved performance, reduced file size, or greater hardware suppport by
|
||||
# from improved performance, reduced file size, or greater hardware support by
|
||||
# passing a configuration based on your specific GPU environment.
|
||||
#
|
||||
# config.cudaCapabilities :: List Capability
|
||||
|
|
|
@ -2644,7 +2644,7 @@ self: super: {
|
|||
tomland = doJailbreak super.tomland;
|
||||
|
||||
# 2023-04-05: The last version to support libsoup-2.4, required for
|
||||
# compatability with other gi- packages.
|
||||
# compatibility with other gi- packages.
|
||||
# Take another look when gi-webkit2 updates as it may have become compatible with libsoup-3
|
||||
gi-soup = assert versions.major self.gi-webkit2.version == "4"; self.gi-soup_2_4_28;
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ in
|
|||
# ghc.isGhcjs implies that we are using ghcjs, a project separate from GHC.
|
||||
# (mere) stdenv.hostPlatform.isGhcjs means that we are using GHC's JavaScript
|
||||
# backend. The latter is a normal cross compilation backend and needs little
|
||||
# special accomodation.
|
||||
# special accommodation.
|
||||
, dontStrip ? (ghc.isGhcjs or false || stdenv.hostPlatform.isGhcjs)
|
||||
, version, revision ? null
|
||||
, sha256 ? null
|
||||
|
|
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1vbfrmnvib3cym0yyyabnd8xpx4f7wp20vnn09s6dln347fajqz7";
|
||||
};
|
||||
|
||||
# Boost 1.59 compatability fix
|
||||
# Boost 1.59 compatibility fix
|
||||
# Attempt removing when updating
|
||||
postPatch = ''
|
||||
sed -i 's,^CPPFLAGS.*,\0 -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED,' src/lib/Makefile.in
|
||||
|
|
|
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
|||
zlib
|
||||
liblangtag
|
||||
];
|
||||
# Boost 1.59 compatability fix
|
||||
# Boost 1.59 compatibility fix
|
||||
# Attempt removing when updating
|
||||
postPatch = ''
|
||||
sed -i 's,^CPPFLAGS.*,\0 -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED,' src/lib/Makefile.in
|
||||
|
|
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ autoreconfHook pkg-config ];
|
||||
buildInputs = [ fftw speexdsp ];
|
||||
|
||||
# TODO: Remove this will help with immediate backward compatability
|
||||
# TODO: Remove this will help with immediate backward compatibility
|
||||
propagatedBuildInputs = [ speexdsp ];
|
||||
|
||||
configureFlags = [
|
||||
|
|
|
@ -30,7 +30,7 @@ buildPythonPackage rec {
|
|||
|
||||
buildInputs = [ glibcLocales ];
|
||||
|
||||
# strong cycle with paramaterized
|
||||
# strong cycle with parameterized
|
||||
doCheck = false;
|
||||
nativeCheckInputs = [ pyftpdlib mock psutil pytestCheckHook ];
|
||||
propagatedBuildInputs = [ six appdirs pytz setuptools ]
|
||||
|
|
|
@ -67,7 +67,7 @@ stdenv.mkDerivation {
|
|||
# Stripping kills the binary
|
||||
dontStrip = true;
|
||||
|
||||
# Just make sure the binary executes sucessfully
|
||||
# Just make sure the binary executes successfully
|
||||
doInstallCheck = true;
|
||||
installCheckPhase = ''
|
||||
runHook preInstallCheck
|
||||
|
|
|
@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
# Provide libgpm.so for compatability
|
||||
# Provide libgpm.so for compatibility
|
||||
postInstall = ''
|
||||
ln -sv $out/lib/libgpm.so.2 $out/lib/libgpm.so
|
||||
'';
|
||||
|
|
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||
strictDeps = true;
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
# tests are super flaky unfortunately, and regularily break.
|
||||
# tests are super flaky unfortunately, and regularly break.
|
||||
# let's disable them for now.
|
||||
doCheck = false;
|
||||
nativeCheckInputs = [
|
||||
|
|
|
@ -9,7 +9,7 @@ let
|
|||
crossSystem = localSystem;
|
||||
crossOverlays = [];
|
||||
|
||||
# Ignore custom stdenvs when cross compiling for compatability
|
||||
# Ignore custom stdenvs when cross compiling for compatibility
|
||||
config = builtins.removeAttrs config [ "replaceStdenv" ];
|
||||
};
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||
doCheck = true; # not cross
|
||||
|
||||
# Hack to make sure we never to the relaxation `$PATH` and hooks support for
|
||||
# compatability. This will be replaced with something clearer in a future
|
||||
# compatibility. This will be replaced with something clearer in a future
|
||||
# masss-rebuild.
|
||||
strictDeps = true;
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
, libmnl
|
||||
, gnutls
|
||||
, readline
|
||||
# configureable options
|
||||
# configurable options
|
||||
, firewallType ? "iptables" # or "nftables"
|
||||
, iptables ? null
|
||||
, libnftnl ? null # for nftables
|
||||
|
|
|
@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec {
|
|||
};
|
||||
|
||||
patches = [
|
||||
# Fix compatability with aiohttp 3.x
|
||||
# Fix compatibility with aiohttp 3.x
|
||||
# Merged - pending next release
|
||||
(fetchpatch {
|
||||
url = "https://github.com/iniqua/plecost/pull/34/commits/c09e7fab934f136f8fbc5f219592cf5fec151cf9.patch";
|
||||
|
|
|
@ -12516,7 +12516,7 @@ with self; {
|
|||
hash = "sha256-PYHDzBtc/2nMqTYeLG443wNSJRrntB4v8/68hQ5GNWU=";
|
||||
};
|
||||
meta = {
|
||||
description = "Run a subprocess with input/ouput redirection";
|
||||
description = "Run a subprocess with input/output redirection";
|
||||
license = with lib.licenses; [ artistic1 gpl1Plus bsd3 ];
|
||||
};
|
||||
};
|
||||
|
@ -23297,7 +23297,7 @@ with self; {
|
|||
};
|
||||
propagatedBuildInputs = [ TermVT102 ];
|
||||
meta = {
|
||||
description = "A Term::VT102 that grows automatically to accomodate whatever you print to it";
|
||||
description = "A Term::VT102 that grows automatically to accommodate whatever you print to it";
|
||||
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue