Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

abcMIDI: init at 2017.06.10 #29412

Closed
wants to merge 1 commit into from
Closed

Conversation

dotlambda
Copy link
Member

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@@ -13381,6 +13381,8 @@ with pkgs;
libcdio = libcdio082;
};

abcmidi = callPackage ../applications/audio/abcmidi { };
Copy link
Member

@rycee rycee Sep 15, 2017

Choose a reason for hiding this comment

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

If I understand it correctly then abcmidi is mostly a collection of command line tools. If so then I would suggest to use ../tools/audio/abcmidi instead. See 12.3.1. Hierarchy in the Nixpkgs manual.

Copy link
Member Author

Choose a reason for hiding this comment

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

You're absolutely correct. Corrected that.
Meanwhile, I don't really get the ordering in all-packages.nix.

Copy link
Member

Choose a reason for hiding this comment

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

It is … complicated. Basically, stick your thing in roughly the right place and don't worry about it.

@rycee
Copy link
Member

rycee commented Sep 15, 2017

Rebased to master in 608045a. Thanks for the contribution!

@rycee rycee closed this Sep 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants