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

vimPlugins: add typescript-vim, tsuquyomi #21904

Merged
merged 1 commit into from Jan 16, 2017

Conversation

instantepiphany
Copy link

@instantepiphany instantepiphany commented Jan 15, 2017

Motivation for this change

Improving typescript development in neo/vim.

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.

@mention-bot
Copy link

@instantepiphany, thanks for your PR! By analyzing the history of the files in this pull request, we identified @jagajaga, @garbas and @MarcWeber to be potential reviewers.

tsuquyomi = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "tsuquyomi-2017-01-02";
src = fetchgit {
url = "git://github.com/Quramy/tsuquyomi";
Copy link
Member

Choose a reason for hiding this comment

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

Are there additional dependencies needed for this plugin?

Copy link
Author

Choose a reason for hiding this comment

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

Yes, do I just put vim plugin dependencies in here or packages like node?

@instantepiphany
Copy link
Author

Yes, my bad I will update the PR.

@instantepiphany
Copy link
Author

Tsuquyomi requires vimproc, TypeScript and node. Do I only add vimproc or do I add all of them as dependencies? This is my first PR for nixpkgs.

@jagajaga
Copy link
Member

They require them at runtime or compile time?

@instantepiphany
Copy link
Author

Runtime, nothing is needed for compile. It worked fine with this commit checked out.

@instantepiphany
Copy link
Author

@jagajaga do only compile dependencies get added to default.nix or runtime as well?

@jagajaga
Copy link
Member

Nothing should be added if that's a runtime dep.

@jagajaga jagajaga merged commit fe5cbf2 into NixOS:master Jan 16, 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

4 participants