From c22f46e67fd175d8f6d1c06374476e32d5faa21f Mon Sep 17 00:00:00 2001 From: Jade Lovelace Date: Wed, 17 Dec 2025 18:35:32 +0100 Subject: [PATCH] aspell: stop using `or` identifier unquoted This is to be deprecated in Lix: https://gerrit.lix.systems/c/lix/+/4764/6 The Oriya language is spoken by about 37 million people in India according to Wikipedia, but I am guessing the dictionary is not actually used that often by nixpkgs users. Either way quoting it in nixpkgs is totally non-breaking for users of nixpkgs. (cherry picked from commit 7e51153b24aedc4430e26b81d29e984210daa23f) --- pkgs/development/libraries/aspell/dictionaries.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/aspell/dictionaries.nix b/pkgs/development/libraries/aspell/dictionaries.nix index a6dcfb87acc5..800bda26bd7d 100644 --- a/pkgs/development/libraries/aspell/dictionaries.nix +++ b/pkgs/development/libraries/aspell/dictionaries.nix @@ -811,7 +811,7 @@ rec { meta.license = lib.licenses.gpl2Only; }; - or = buildOfficialDict { + "or" = buildOfficialDict { language = "or"; version = "0.03-1"; fullName = "Oriya";