When the metadata daemon is disabled, but the monitoring daemon enabled, build fails. This patch adds the missing dependency.
Signed-off-by: Petr Pudlak <[email protected]> --- cabal/ganeti.template.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/cabal/ganeti.template.cabal b/cabal/ganeti.template.cabal index 523389f..779521b 100644 --- a/cabal/ganeti.template.cabal +++ b/cabal/ganeti.template.cabal @@ -83,6 +83,7 @@ library if flag(mond) build-depends: PSQueue >= 1.1 && < 1.2 + , snap-core >= 0.8.1 && < 0.10 , snap-server >= 0.8.1 && < 0.10 if flag(metad) -- 2.2.0.rc0.207.ga3a616c
