nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 13 lines 207 B view raw
1{ 2 python3Packages, 3}: 4 5let 6 pythonPackages = python3Packages.overrideScope ( 7 self: super: { 8 bibtexparser = self.bibtexparser_2; 9 } 10 ); 11in 12with pythonPackages; 13toPythonApplication phonemizer