Skip to content

tw-rs: init at 0.1.26 #25514

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

Closed
wants to merge 5 commits into from
Closed

tw-rs: init at 0.1.26 #25514

wants to merge 5 commits into from

Conversation

vmchale
Copy link
Contributor

@vmchale vmchale commented May 5, 2017

Motivation for this change

Add tw-rs to nixpkgs

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.

Sorry, something went wrong.

description = "Twitter command-line interface written in rust";
homepage = https://github.com/vmchale/tw-rs;
license = licenses.bsd3;
#maintainers = with maintainers; [ gebner ];
Copy link
Member

Choose a reason for hiding this comment

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

Since this is your project, do you want to maintain this?

@pSub pSub added the 8.has: package (new) This PR adds a new package label May 5, 2017
installPhase = ''
mkdir -p $out/bin
cp -p target/release/tw $out/bin/
'';
Copy link
Member

Choose a reason for hiding this comment

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

I was able to remove this phase, when building the package

@Mic92 Mic92 closed this in 37f59b3 May 6, 2017
@Mic92
Copy link
Member

Mic92 commented May 6, 2017

I squashed your commits into one. It would be helpful in the future to not use git pull in a pull request, as it creates a merge commit. Instead a git pull --rebase or git fetch origin master (if origin points to nixos/nixpkgs) followed by git rebase origin/master makes it easier for maintainers. Usually most contributors also create one branch per package, as it allows to create multiple pull requests at the time without interference.

vcunat added a commit that referenced this pull request May 6, 2017
@vcunat
Copy link
Member

vcunat commented May 6, 2017

Actually added you to the maintainer list in 477fa42.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.has: package (new) This PR adds a new package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants