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

ac - init at 0.1.1 #31342

Closed
wants to merge 2 commits into from
Closed

ac - init at 0.1.1 #31342

wants to merge 2 commits into from

Conversation

vmchale
Copy link
Contributor

@vmchale vmchale commented Nov 7, 2017

Motivation for this change

Add ac as a package.

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
    • 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 nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

src = fetchFromGitHub {
owner = "vmchale";
repo = "fastcat";
rev = "5031c47631ea5a31d4eb8a584c8226a698453125";
Copy link
Member

Choose a reason for hiding this comment

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

Can you also tag this release on github, so we can use the version tag here instead of the commit.

meta = with stdenv.lib; {
homepage = https://github.com/vmchale/fastcat;
license = licenses.bsd3;
maintainers = [];
Copy link
Member

Choose a reason for hiding this comment

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

Do you want to maintain this package?

@@ -370,6 +370,8 @@ with pkgs;

acbuild = callPackage ../applications/misc/acbuild { };

ac = callPackage ../tools/system/ac { };
Copy link
Member

@lukateras lukateras Nov 8, 2017

Choose a reason for hiding this comment

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

Two- and three-letter names like ac at top-level should be reserved for old well-known Unix utilities. I think it's better to call it fastcat or ats-cat to avoid confusion. Also, it should be under ../tools/misc, like coreutils.

@lukateras
Copy link
Member

Feel free to open a new pull request if you're still interested in getting this into Nixpkgs.

@lukateras lukateras closed this Dec 29, 2017
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