mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
Merge branch 'master' of git://github.com/AndersonTorres/nixpkgs
Updating Portuguese and Brazilian language dictionaries for Aspell
This commit is contained in:
commit
a2b6ec902c
@ -36,3 +36,5 @@ stdenv.mkDerivation rec {
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
# TODO: add support for a locally made BIOS
|
||||
|
@ -140,12 +140,21 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
pt = buildDict {
|
||||
shortName = "pt-0.50-1";
|
||||
pt_BR = buildDict {
|
||||
shortName = "pt_BR-20090702";
|
||||
fullName = "Brazilian Portuguese";
|
||||
src = fetchurl {
|
||||
url = mirror://gnu/aspell/dict/pt_BR/aspell6-pt_BR-20090702-0.tar.bz2;
|
||||
sha256 = "1y09lx9zf2rnp55r16b2vgj953l3538z1vaqgflg9mdvm555bz3p";
|
||||
};
|
||||
};
|
||||
|
||||
pt_PT = buildDict {
|
||||
shortName = "pt_PT-20070510";
|
||||
fullName = "Portuguese";
|
||||
src = fetchurl {
|
||||
url = mirror://gnu/aspell/dict/pt/aspell-pt-0.50-1.tar.bz2;
|
||||
sha256 = "07xzlnxxzadqsapng29p2gdwj0bijv10wpjnqlwzmkxnx6fxzkcy";
|
||||
url = mirror://gnu/aspell/dict/pt_PT/aspell6-pt_PT-20070510-0.tar.bz2;
|
||||
sha256 = "1mnr994cwlag6shy8865ky99lymysiln07mbldcncahg90dagdxq";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user