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