-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
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
fparser: init at 4.5.1 #84654
fparser: init at 4.5.1 #84654
Conversation
sha256 = "0wayml1mlyi922gp6am3fsidhzsilziksdn5kbnpcln01h8555ad"; | ||
}; | ||
|
||
buildInputs = [ cmake ]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
important for cross compilation
buildInputs = [ cmake ]; | |
nativeBuildInputs = [ cmake ]; |
|
||
stdenv.mkDerivation rec { | ||
pname = "fparser"; | ||
version = "4.5.1"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how is this determined? upstream doesn't have any releases
https://github.com/thliebig/fparser/releases
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's buried a bit. See here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should probably be 2015-09-25
since that's the date of the revision you're pinning to. I don't know if it needs an unstable-
prefix -- @jonringer?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if taking from a revision, the current pratice is take the commit date, so version = unstable-2015-09-25
in this case
Changes implemented. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Result of nixpkgs-review pr 84654 1
Motivation for this change
Needed for CSXCAD support (see this PR).
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)