Merge branch 'master' into staging-next
There were several more conflicts from name -> pname+version; all auto-solved by kdiff3, hopefully OK. Hydra nixpkgs: ?compare=1538611
This commit is contained in:
@@ -312,6 +312,17 @@ in rec {
|
||||
};
|
||||
};
|
||||
|
||||
en-au = mkDictFromWordlist {
|
||||
shortName = "en-au";
|
||||
shortDescription = "English (Australia)";
|
||||
dictFileName = "en_AU";
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/wordlist/speller/2018.04.16/hunspell-en_AU-2018.04.16.zip;
|
||||
sha256 = "1kp06npl1kd05mm9r52cg2iwc13x02zwqgpibdw15b6x43agg6f5";
|
||||
};
|
||||
};
|
||||
en_AU = en-au;
|
||||
|
||||
en_GB-ise = en-gb-ise;
|
||||
en-gb-ise = mkDictFromWordlist {
|
||||
shortName = "en-gb-ise";
|
||||
|
||||
Reference in New Issue
Block a user