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

pmdk: init at 1.4.1 #44485

Closed
wants to merge 1 commit into from
Closed

pmdk: init at 1.4.1 #44485

wants to merge 1 commit into from

Conversation

barakb
Copy link

@barakb barakb commented Aug 5, 2018

pmdk is a persistent Memory Development Kit

Motivation for this change

PMDK package is missing from Nix repostitory

Things done

Add Nix package that fetch PMDK from git and build it.

  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • [x ] NixOS
    • macOS
    • [x ] other Linux distributions (Ubuntu)
  • 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"
  • [ x] 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)
  • Fits CONTRIBUTING.md.

barakb = {
email = "barak.bar@gmail.com";
github = "barakb";
name = "Barak Bar Orion"
Copy link
Member

Choose a reason for hiding this comment

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

; is missing at the enf of line

pkgconfig
autoconf
automake
doxygen
Copy link
Member

Choose a reason for hiding this comment

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

pkgconfig autoconf automake and doxygen are probably only needed at build time so should be nativeBuildInputs

'';

meta = {
description = "Persistance memory programming";
Copy link
Member

Choose a reason for hiding this comment

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

maybe you meant "persistent" instead of "persistance" ?

}:

stdenv.mkDerivation rec {
name="pmdk-1.4.1";
Copy link
Member

Choose a reason for hiding this comment

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

If you declare the version separately like version = "1.4.1" you can use it for the revision in fetchFromGitHub like rev = version and of course in name like name ="pmdk-${version}".

Copy link
Author

Choose a reason for hiding this comment

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

Thanks.

pmdk is a persistent memory development kit
@symphorien
Copy link
Member

You can force push to your branch instead of closing/reopening a pull request :)

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

5 participants