-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
coqPackages.ssreflect: refactor choice of source version #49780
Conversation
Thanks @Mic92, I wrote this too fast. |
|
||
}; | ||
param = params."${coq.coq-version}"; |
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.
param is still beeing used in line 22.
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.
Although it should use fetchFromGitHub
instead of fetchurl
since the archive's checksum can change if github decides to regenerate the archive.
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.
Thanks for noticing! Fixed (there is no params
anymore). As for the fetchurl
/ fetchFromGitHub
thing, I did not get the difference but in any case this is orthogonal to the current PR and can be changed independently.
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.
Added it because otherwise I would forget about that.
9d1fc00
to
7cc369c
Compare
@GrahamcOfBorg build coqPackages.ssreflect coqPackages_8_5.ssreflect |
"8.9" = param_1_7; | ||
|
||
}; | ||
param = params."${coq.coq-version}"; | ||
in | ||
|
||
stdenv.mkDerivation { |
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.
Would be
inherit (mathcomp) src;
not a better choice here? Then we only need to keep one of the two modules up-to-date.
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.
Yes, I thought about doing this indeed. I don't know why it wasn't the case from the beginning.
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.
Feel free to go ahead and push another commit changing this.
Success on x86_64-linux (full log) Attempted: coqPackages.ssreflect, coqPackages_8_5.ssreflect Partial log (click to expand)
|
Success on x86_64-darwin (full log) Attempted: coqPackages.ssreflect, coqPackages_8_5.ssreflect Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: coqPackages.ssreflect The following builds were skipped because they don't evaluate on aarch64-linux: coqPackages_8_5.ssreflect Partial log (click to expand)
|
Motivation for this change
Define a default version for SSReflect package.
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)