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

afio: init at 2.5.1 #22812

Merged
merged 1 commit into from
Feb 22, 2017
Merged

afio: init at 2.5.1 #22812

merged 1 commit into from
Feb 22, 2017

Conversation

phi-gamma
Copy link
Contributor

Signed-off-by: Philipp Gesang phg@phi-gamma.net

Motivation for this change

Add useful package.

Things done
  • [x ] Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • [x ] NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • [ x] Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

Signed-off-by: Philipp Gesang <phg@phi-gamma.net>

stdenv.mkDerivation rec {
version = "2.5.1";
name = "afio";
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 needs to be a part of name, as in name = "afio-${version}"; the attribute itself currently holds no special meaning.

@@ -0,0 +1,33 @@
--- p1/Makefile.orig 2017-02-14 21:40:20.404249126 +0100
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this your patch (i.e., no external source)?

@phi-gamma
Copy link
Contributor Author

phi-gamma commented Feb 19, 2017 via email

@fpletz
Copy link
Member

fpletz commented Feb 22, 2017

Fixed, see the revised version.

What revision version? Did you forget to push?

@phi-gamma
Copy link
Contributor Author

phi-gamma commented Feb 22, 2017 via email

@phi-gamma phi-gamma reopened this Feb 22, 2017
@joachifm joachifm merged commit f764ccc into NixOS:master Feb 22, 2017
@phi-gamma
Copy link
Contributor Author

phi-gamma commented Feb 22, 2017 via email

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

3 participants