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

procs: init at 0.8.5 #61137

Merged
merged 2 commits into from May 8, 2019
Merged

procs: init at 0.8.5 #61137

merged 2 commits into from May 8, 2019

Conversation

dalance
Copy link
Contributor

@dalance dalance commented May 8, 2019

Motivation for this change

This PR adds procs, A modern replacement for ps written by Rust.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • 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 nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.


meta = with stdenv.lib; {
description = "A modern replacement for ps written by Rust";
homepage = https://github.com/dalance/procs;
Copy link
Member

Choose a reason for hiding this comment

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

Hint: We're probably going to retire unquoted URL syntax when RFC 45 is accepted.

Suggested change
homepage = https://github.com/dalance/procs;
homepage = "https://github.com/dalance/procs";

buildInputs = stdenv.lib.optional stdenv.isDarwin Security;

meta = with stdenv.lib; {
description = "A modern replacement for ps written by Rust";
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
description = "A modern replacement for ps written by Rust";
description = "A modern replacement for ps written in Rust";

@JohnAZoidberg
Copy link
Member

Please split it up into two commits and name them as the manual requires:

maintainers: add dalance
procs: init at 0.8.5

@dalance
Copy link
Contributor Author

dalance commented May 8, 2019

Thanks. I fixed.

@c0bw3b
Copy link
Contributor

c0bw3b commented May 8, 2019

@GrahamcOfBorg build procs

Copy link
Contributor

@c0bw3b c0bw3b left a comment

Choose a reason for hiding this comment

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

Tested locally and it works ✔️

@c0bw3b c0bw3b changed the title Add procs procs: init at 0.8.5 May 8, 2019
@c0bw3b
Copy link
Contributor

c0bw3b commented May 8, 2019

Thanks for the contribution to nixpkgs @dalance and great tool :)

@c0bw3b c0bw3b merged commit f300cb1 into NixOS:master May 8, 2019
@dalance
Copy link
Contributor Author

dalance commented May 9, 2019

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants