Merge pull request #301066 from philiptaron/compatible-typos

treewide: fix typos around "compatible" and "compatibility"

authored by Silvan Mosberger and committed by GitHub b9261ad2 8845a6f1

+9 -9
+1 -1
lib/fileset/default.nix
··· 1 /* 2 - <!-- This anchor is here for backwards compatibity --> 3 []{#sec-fileset} 4 5 The [`lib.fileset`](#sec-functions-library-fileset) library allows you to work with _file sets_.
··· 1 /* 2 + <!-- This anchor is here for backwards compatibility --> 3 []{#sec-fileset} 4 5 The [`lib.fileset`](#sec-functions-library-fileset) library allows you to work with _file sets_.
+1 -1
pkgs/applications/networking/instant-messengers/zoom-us/default.nix
··· 179 --prefix PATH : ${lib.makeBinPath [ coreutils glib.dev pciutils procps util-linux ]} \ 180 --prefix LD_LIBRARY_PATH ":" ${libs} 181 182 - # Backwards compatiblity: we used to call it zoom-us 183 ln -s $out/bin/{zoom,zoom-us} 184 ''; 185
··· 179 --prefix PATH : ${lib.makeBinPath [ coreutils glib.dev pciutils procps util-linux ]} \ 180 --prefix LD_LIBRARY_PATH ":" ${libs} 181 182 + # Backwards compatibility: we used to call it zoom-us 183 ln -s $out/bin/{zoom,zoom-us} 184 ''; 185
+1 -1
pkgs/by-name/ez/eza/package.nix
··· 10 , darwin 11 , libiconv 12 , installShellFiles 13 - # once eza upstream gets support for setting up a compatibilty symlink for exa, we should change 14 # the handling here from postInstall to passing the required argument to the builder. 15 , exaAlias ? true 16 }:
··· 10 , darwin 11 , libiconv 12 , installShellFiles 13 + # once eza upstream gets support for setting up a compatibility symlink for exa, we should change 14 # the handling here from postInstall to passing the required argument to the builder. 15 , exaAlias ? true 16 }:
+1 -1
pkgs/os-specific/darwin/apple-source-releases/libdispatch/default.nix
··· 13 cp -r dispatch/*.h $out/include/dispatch 14 cp -r os/object*.h $out/include/os 15 16 - # gcc compatability. Source: https://stackoverflow.com/a/28014302/3714556 17 substituteInPlace $out/include/dispatch/object.h \ 18 --replace 'typedef void (^dispatch_block_t)(void);' \ 19 '#ifdef __clang__
··· 13 cp -r dispatch/*.h $out/include/dispatch 14 cp -r os/object*.h $out/include/os 15 16 + # gcc compatibility. Source: https://stackoverflow.com/a/28014302/3714556 17 substituteInPlace $out/include/dispatch/object.h \ 18 --replace 'typedef void (^dispatch_block_t)(void);' \ 19 '#ifdef __clang__
+1 -1
pkgs/pkgs-lib/formats/hocon/default.nix
··· 107 generate = name: value: 108 let 109 # TODO: remove in 24.11 110 - # Backwards compatability for generators in the following locations: 111 # - nixos/modules/services/networking/jibri/default.nix (__hocon_envvar) 112 # - nixos/modules/services/networking/jicofo.nix (__hocon_envvar, __hocon_unquoted_string) 113 # - nixos/modules/services/networking/jitsi-videobridge.nix (__hocon_envvar)
··· 107 generate = name: value: 108 let 109 # TODO: remove in 24.11 110 + # Backwards compatibility for generators in the following locations: 111 # - nixos/modules/services/networking/jibri/default.nix (__hocon_envvar) 112 # - nixos/modules/services/networking/jicofo.nix (__hocon_envvar, __hocon_unquoted_string) 113 # - nixos/modules/services/networking/jitsi-videobridge.nix (__hocon_envvar)
+1 -1
pkgs/servers/sql/postgresql/ext/citus.nix
··· 38 ''; 39 40 meta = with lib; { 41 - # "Our soft policy for Postgres version compatibilty is to support Citus' 42 # latest release with Postgres' 3 latest releases." 43 # https://www.citusdata.com/updates/v12-0/#deprecated_features 44 broken = versionOlder postgresql.version "14";
··· 38 ''; 39 40 meta = with lib; { 41 + # "Our soft policy for Postgres version compatibility is to support Citus' 42 # latest release with Postgres' 3 latest releases." 43 # https://www.citusdata.com/updates/v12-0/#deprecated_features 44 broken = versionOlder postgresql.version "14";
+1 -1
pkgs/servers/sql/postgresql/ext/pg_bigm.nix
··· 12 }; 13 14 patches = [ 15 - # Fix compatiblity with PostgreSQL 16. Remove with the next release. 16 (fetchpatch { 17 url = "https://github.com/pgbigm/pg_bigm/commit/2a9d783c52a1d7a2eb414da6f091f6035da76edf.patch"; 18 hash = "sha256-LuMpSUPnT8cPChQfA9sJEKP4aGpsbN5crfTKLnDzMN8=";
··· 12 }; 13 14 patches = [ 15 + # Fix compatibility with PostgreSQL 16. Remove with the next release. 16 (fetchpatch { 17 url = "https://github.com/pgbigm/pg_bigm/commit/2a9d783c52a1d7a2eb414da6f091f6035da76edf.patch"; 18 hash = "sha256-LuMpSUPnT8cPChQfA9sJEKP4aGpsbN5crfTKLnDzMN8=";
+1 -1
pkgs/tools/bootloaders/refind/default.nix
··· 128 computers, such as all Intel-based Macs and recent (most 2011 129 and later) PCs. rEFInd presents a boot menu showing all the EFI 130 boot loaders on the EFI-accessible partitions, and optionally 131 - BIOS-bootable partitions on Macs. EFI-compatbile OSes, including 132 Linux, provide boot loaders that rEFInd can detect and 133 launch. rEFInd can launch Linux EFI boot loaders such as ELILO, 134 GRUB Legacy, GRUB 2, and 3.3.0 and later kernels with EFI stub
··· 128 computers, such as all Intel-based Macs and recent (most 2011 129 and later) PCs. rEFInd presents a boot menu showing all the EFI 130 boot loaders on the EFI-accessible partitions, and optionally 131 + BIOS-bootable partitions on Macs. EFI-compatible OSes, including 132 Linux, provide boot loaders that rEFInd can detect and 133 launch. rEFInd can launch Linux EFI boot loaders such as ELILO, 134 GRUB Legacy, GRUB 2, and 3.3.0 and later kernels with EFI stub
+1 -1
pkgs/top-level/config.nix
··· 76 Whether to expose old attribute names for compatibility. 77 78 The recommended setting is to enable this, as it 79 - improves backward compatibity, easing updates. 80 81 The only reason to disable aliases is for continuous 82 integration purposes. For instance, Nixpkgs should
··· 76 Whether to expose old attribute names for compatibility. 77 78 The recommended setting is to enable this, as it 79 + improves backward compatibility, easing updates. 80 81 The only reason to disable aliases is for continuous 82 integration purposes. For instance, Nixpkgs should