Skip to content

Conversation

mrtnvgr
Copy link
Contributor

@mrtnvgr mrtnvgr commented Jul 20, 2025

TAL-NoiseMaker is a synth audio plugin.

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and others READMEs.

Add a 👍 reaction to pull requests you find important.

@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 9.needs: reviewer This PR currently has no reviewers requested and needs attention. labels Jul 20, 2025
@nixpkgs-ci nixpkgs-ci bot removed the 9.needs: reviewer This PR currently has no reviewers requested and needs attention. label Jul 21, 2025
@mrtnvgr mrtnvgr requested a review from Iamanaws July 26, 2025 17:42
@Iamanaws
Copy link
Contributor

nixpkgs-review result for #426895

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 426895

Logs: https://github.com/Iamanaws/nixpkgs-review-gha/actions/runs/16638209800


x86_64-linux

✅ 1 package built:
  • TAL-NoiseMaker

aarch64-linux

No rebuilds


x86_64-darwin

No rebuilds


aarch64-darwin

No rebuilds

@nixpkgs-ci nixpkgs-ci bot added the 12.approvals: 1 This PR was reviewed and approved by one person. label Jul 31, 2025
@Iamanaws
Copy link
Contributor

Hey, @mrtnvgr you removed the meta attribute set. Could you please add it back?

meta = {
    description = "Virtual analog synthesizer";
    homepage = "https://tal-software.com/products/TAL-NoiseMaker";
    sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
    license = lib.licenses.unfree;
    platforms = [ "x86_64-linux" ];
    maintainers = with lib.maintainers; [ mrtnvgr ];
  };

@Iamanaws
Copy link
Contributor

nixpkgs-review result

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 426895

Logs: https://github.com/Iamanaws/nixpkgs-review-gha/actions/runs/17030845456


x86_64-linux

✅ 1 package built:
  • TAL-NoiseMaker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 12.approvals: 1 This PR was reviewed and approved by one person.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants