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

weka: 3.6.12 -> 3.8.0 #16055

Closed
wants to merge 3 commits into from
Closed

weka: 3.6.12 -> 3.8.0 #16055

wants to merge 3 commits into from

Conversation

mimame
Copy link
Member

@mimame mimame commented Jun 7, 2016

This is my first pull request to NixOS so I hope that I have done it well.

Motivation for this change

Update weka to the last stable version.

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
    • OS X
    • 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.


stdenv.mkDerivation rec {
name = "weka-${version}";
version = "3-8-0";
Copy link
Contributor

Choose a reason for hiding this comment

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

Please use 3.8.0; to reduce duplication, you can do replaceChars ["."] ["-"].

@joachifm joachifm added the 8.has: package (update) This PR updates a package to a newer version label Jun 9, 2016
@joachifm
Copy link
Contributor

joachifm commented Jun 9, 2016

Other than my note, this looks superficially okay to me.

@mimame
Copy link
Member Author

mimame commented Jun 9, 2016

Thanks @joachifm for the advise. I think is ready now.

@mimame
Copy link
Member Author

mimame commented Jun 9, 2016

@joachifm, I've noticed that this package hasn't a maintainer. Could be I one? I'm very new to NixOS but I think one newbie is better than no one.

@joachifm
Copy link
Contributor

joachifm commented Jun 9, 2016

@mimadrid that'd be great. All that is required to be a maintainer is caring about the package.

@joachifm joachifm closed this in aa8eba9 Jun 16, 2016
@joachifm
Copy link
Contributor

Pushed to master. Thank you.

@mimame mimame deleted the update/weka-3.8 branch June 25, 2016 16:31
@Janik-Haag Janik-Haag added the 12. first-time contribution This PR is the author's first one; please be gentle! label Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.has: package (update) This PR updates a package to a newer version 12. first-time contribution This PR is the author's first one; please be gentle!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants