coqPackages.trakt: add stdlib dependency
This commit is contained in:
parent
fd05b94c72
commit
2bbba780d7
@ -3,6 +3,7 @@
|
||||
mkCoqDerivation,
|
||||
coq,
|
||||
coq-elpi,
|
||||
stdlib,
|
||||
version ? null,
|
||||
}:
|
||||
|
||||
@ -36,7 +37,10 @@ mkCoqDerivation {
|
||||
]
|
||||
null;
|
||||
|
||||
propagatedBuildInputs = [ coq-elpi ];
|
||||
propagatedBuildInputs = [
|
||||
coq-elpi
|
||||
stdlib
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Generic goal preprocessing tool for proof automation tactics in Coq";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user