treewide: "libary" -> "library"

This commit is contained in:
Daniel Nagy 2023-06-09 15:30:00 +02:00 committed by Emery Hemingway
parent faa955e3ef
commit ca2cb9f644
10 changed files with 11 additions and 11 deletions

View file

@ -61,7 +61,7 @@ rustPlatform.buildRustPackage rec {
./cargo.patch
];
# Manually simulate a vcpkg installation so that it can link the libaries
# Manually simulate a vcpkg installation so that it can link the libraries
# properly.
postUnpack =
let

View file

@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE $(pkg-config dbus-1 --cflags)"
'';
# Parallel build fails due to missing dependencies between private libaries:
# Parallel build fails due to missing dependencies between private libraries:
# ld: cannot find ../libAfterConf/libAfterConf.a: No such file or directory
# Let's disable parallel builds until it's fixed upstream:
# https://github.com/afterstep/afterstep/issues/8

View file

@ -125,10 +125,10 @@ crate_: lib.makeOverridable
# hello = attrs: { buildInputs = [ openssl ]; };
# }
, crateOverrides
# Rust library dependencies, i.e. other libaries that were built
# Rust library dependencies, i.e. other libraries that were built
# with buildRustCrate.
, dependencies
# Rust build dependencies, i.e. other libaries that were built
# Rust build dependencies, i.e. other libraries that were built
# with buildRustCrate and are used by a build script.
, buildDependencies
# Specify the "extern" name of a library if it differs from the library target.

View file

@ -69,7 +69,7 @@ in lib.optionalString (hostPlatform.isSunOS && hostPlatform.is64bit) ''
# This fix would not be necessary if ANY of the above were false:
# - If Nix used native headers for each different MacOS version, aligned_alloc
# would be in the headers on Catalina.
# - If Nix used the same libary binaries for each MacOS version, aligned_alloc
# - If Nix used the same library binaries for each MacOS version, aligned_alloc
# would not be in the library binaries.
# - If Catalina did not include aligned_alloc, this wouldn't be a problem.
# - If the configure scripts looked for header presence as well as

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://github.com/0intro/libixp";
description = "Portable, simple C-language 9P client and server libary";
description = "Portable, simple C-language 9P client and server library";
maintainers = with lib.maintainers; [ kovirobi ];
license = lib.licenses.mit;
platforms = with lib.platforms; unix;

View file

@ -40,7 +40,7 @@ buildPythonPackage rec {
];
meta = with lib; {
description = "A collection of utilities and processors for the Python Imaging Libary";
description = "A collection of utilities and processors for the Python Imaging Library";
homepage = "https://github.com/matthewwithanm/pilkit/";
license = licenses.bsd0;
maintainers = with maintainers; [ domenkozar ];

View file

@ -10,7 +10,7 @@ let
meta = rust-bindgen-unwrapped.meta // {
longDescription = rust-bindgen-unwrapped.meta.longDescription + ''
This version of bindgen is wrapped with the required compiler flags
required to find the c and c++ standard libary, as well as the libraries
required to find the c and c++ standard library, as well as the libraries
specified in the buildInputs of your derivation.
'';
};

View file

@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec {
'';
meta = with lib; {
description = "A cargo subcommand to build and install C-ABI compatibile dynamic and static libraries";
description = "A cargo subcommand to build and install C-ABI compatible dynamic and static libraries";
longDescription = ''
Cargo C-ABI helpers. A cargo applet that produces and installs a correct
pkg-config file, a static library and a dynamic library, and a C header

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation {
installFlags = [ "PREFIX=$(out)" "MANDIR=$(out)/share/man" ];
meta = {
description = "CLI frontend to the poppler-glib libary of PDF tools";
description = "CLI frontend to the poppler-glib library of PDF tools";
homepage = "https://github.com/TrilbyWhite/Leela";
license = lib.licenses.gpl3;
maintainers = [ lib.maintainers.puffnfresh ];

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
buildInputs = lib.optionals withUdisks [ udisks glib ]
++ lib.optional (!withLibui) libX11
++ lib.optional withLibui gtk3;
# libui is bundled with the source of usbimager as a compiled static libary
# libui is bundled with the source of usbimager as a compiled static library
postPatch = ''
sed -i \