coqPackages.ssprove: fix

ssprove now depends on mathcomp-word
This commit is contained in:
Cyril Cohen
2025-05-10 12:06:21 +02:00
committed by Vincent Laporte
parent 5f5e129328
commit c374d60d5f
@@ -9,6 +9,7 @@
mathcomp-experimental-reals,
extructures,
deriving,
mathcomp-word,
}:
(mkCoqDerivation {
@@ -67,6 +68,7 @@
mathcomp-experimental-reals
extructures
deriving
mathcomp-word
];
meta = with lib; {