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

astroid: init at 0.6 #21558

Closed
wants to merge 3 commits into from
Closed

Conversation

bdimcheff
Copy link
Contributor

Motivation for this change

Added astroid, a gtk+ interface for the notmuch mail system. Note that I had to compile gmime with introspection as well. I could parameterize this if necessary, but it seemed like it might be useful to be enabled generally.

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 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.

This was necessary for astroid to work with gmime, and I thought it
would be generally useful.
@mention-bot
Copy link

@bdimcheff, thanks for your PR! By analyzing the history of the files in this pull request, we identified @vcunat, @edolstra and @aristidb to be potential reviewers.

src = fetchurl {
url = "https://github.com/astroidmail/astroid/archive/v${version}.tar.gz";
sha256 = "1d1ivn3vaddlz6bxcgifw4n5jaf7d8y35kk1a457gdq9n1mq87mr";
};
Copy link
Member

Choose a reason for hiding this comment

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

Please use fetchFromGitHub here with rev = version;

@Mic92
Copy link
Member

Mic92 commented Jan 1, 2017

merged in 0890ce6

@Mic92 Mic92 closed this Jan 1, 2017
@bdimcheff
Copy link
Contributor Author

thanks @Mic92

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

3 participants