1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(packages): write xsampa to ipa converter

This commit is contained in:
Kierán Meinhardt
2020-05-15 08:04:18 +02:00
parent 6a03e93450
commit afed1b91b2
4 changed files with 534 additions and 0 deletions

View File

@@ -111,6 +111,12 @@ in
packages = [ pkgs.st pkgs.fzf pkgs.dash pkgs.bash ];
};
ipa = wrapScript {
script = ./ipa.py;
name = "ipa";
packages = [ pkgs.python3 ];
};
bvg = pkgs.callPackage ./bvg.nix {};
nav = pkgs.callPackage ./nav.nix {};
}