Skip to content

Conversation

@samuela
Copy link
Member

@samuela samuela commented Jun 16, 2025

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • Nixpkgs 25.11 Release Notes (or backporting 24.11 and 25.05 Nixpkgs Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
  • NixOS 25.11 Release Notes (or backporting 24.11 and 25.05 NixOS Release notes)
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other contributing documentation in corresponding paths.

Add a 👍 reaction to pull requests you find important.

@nix-owners nix-owners bot requested review from Bot-wxt1221 and natsukium June 16, 2025 22:40
@github-actions github-actions bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 6.topic: python Python is a high-level, general-purpose programming language. labels Jun 16, 2025
@samuela
Copy link
Member Author

samuela commented Jun 17, 2025

kokoro works for me when running in a nix-shell with

NIX_PATH=.. nix-shell -p python3Packages.torch -p python3Packages.ipython -p python3Packages.kokoro -p python3Packages.spacy-models.en_core_web_sm -p python3Packages.soundfile

eg running the kokoro README usage example in this shell works.

Copy link
Member

@Prince213 Prince213 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Prince213 Prince213 added the 2.status: needs-changes This PR needs changes by the author label Jun 20, 2025
@samuela samuela requested a review from Prince213 June 20, 2025 18:40
Copy link
Member

@Prince213 Prince213 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make sure to read relevant docs before you make any changes.

@samuela samuela requested a review from Prince213 June 20, 2025 23:44
@samuela samuela requested a review from dotlambda June 21, 2025 05:36
@samuela
Copy link
Member Author

samuela commented Jun 25, 2025

I'll merge tomorrow unless anyone objects?

@samuela samuela merged commit f5a3fe1 into master Jun 25, 2025
26 of 27 checks passed
@samuela samuela deleted the samuela/kokoro branch June 25, 2025 14:29
];

# See https://github.com/hexgrad/misaki/blob/main/pyproject.toml#L26
passthru.optional-dependencies = {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
passthru.optional-dependencies = {
optional-dependencies =

};

# Package does not have tests as of 2025-06-16, but phonemizer is required for
# pythonImportsCheck.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't it be in upstream's dependencies then?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2.status: needs-changes This PR needs changes by the author 6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants