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

wuzz: init at 2017-02-05 #22464

Closed
wants to merge 4 commits into from
Closed

Conversation

pradeepchhetri
Copy link
Contributor

@pradeepchhetri pradeepchhetri commented Feb 5, 2017

Motivation for this change
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.


buildGoPackage rec {
name = "wuzz";
version = "89bebba7a4a00c52e97d411a3e82660189adc4ff";
Copy link
Contributor

Choose a reason for hiding this comment

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

Git revisions are invalid versions; please use the commit date in ISO 8601 format.

@@ -0,0 +1,25 @@
{ stdenv, lib, pkgconfig, buildGoPackage, fetchFromGitHub }:
Copy link
Contributor

Choose a reason for hiding this comment

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

pkgconfig is unused.

@pradeepchhetri pradeepchhetri changed the title wuzz: init at 36e5a32 wuzz: init at 2017-02-05 Feb 6, 2017
@pradeepchhetri
Copy link
Contributor Author

@joachifm Thank you for the review. I have updated the pull request as per your suggestions.

{ stdenv, lib, buildGoPackage, fetchFromGitHub }:

buildGoPackage rec {
name = "wuzz";
Copy link
Contributor

Choose a reason for hiding this comment

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

The version must be embedded in the name, as in wuzz-${version}. The version attribute is not special; version strings are actually extracted from name using parseDrvName.

@pradeepchhetri
Copy link
Contributor Author

@joachifm I messed up something while squashing multiple commits. Opening a new pull request #22495

@joachifm
Copy link
Contributor

joachifm commented Feb 6, 2017

@pradeepchhetri you can also force-push the PR branch to fixup such issues

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