coqPackages.ssprove: fix
ssprove now depends on mathcomp-word
This commit is contained in:
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; {
|
||||
|
||||
Reference in New Issue
Block a user