-
-
Notifications
You must be signed in to change notification settings - Fork 15k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
coqPackages.coqeal: master, add dependency #142858
Conversation
I would tend to disagree with @CohenCyril on the unconditional dependency addition. Here is an example package which adds a dependency depending on the version that is being built: https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/coq-modules/extructures/default.nix However, instead of using |
Yes, I just had the problem with it, and I did not have the patience to explain how to solve it. Sorry. |
propagatedBuildInputs = | ||
[ mathcomp.algebra bignums paramcoq multinomials mathcomp-real-closed ]; |
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.
propagatedBuildInputs = | |
[ mathcomp.algebra bignums paramcoq multinomials mathcomp-real-closed ]; | |
propagatedBuildInputs = [ mathcomp.algebra bignums paramcoq multinomials mathcomp-real-closed ]; |
Please use nixpkgs-fmt instead of nix-fmt.
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.
@SuperSandro2000 I'm very much in favor of using an auto-formatter, but could you make sure that this recommendation is documented in the contributing guidelines? For now, there is nothing on Nix formatting in https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md nor in https://nixos.org/manual/nixpkgs/unstable/#idm140737315817472.
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, done (this changed quite a bit more though)
In order to include matrix normal forms in CoqEAL (coq-community/coqeal#54) we add a dependency to mathcomp-real-closed.
Thanks @Zimmi48 for the explanation, done |
I believe that dropping the second commit will solve the conflicts… |
Let's try that |
In order to include matrix normal forms in CoqEAL (coq-community/coqeal#54) we add a dependency on mathcomp-real-closed for master.
Motivation for this change
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)