coqPackages.trakt: add stdlib dependency

This commit is contained in:
Pierre Roux 2025-07-15 13:22:33 +02:00 committed by Vincent Laporte
parent fd05b94c72
commit 2bbba780d7

View File

@ -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";