haskellPackages.amqp: Don't run tests

The tests require a running AMQP server, and fail if there isn't one running.
This commit is contained in:
Oliver Charles 2014-05-19 10:41:23 +01:00
parent b194050ee1
commit dcb4eee106

View file

@ -22,4 +22,5 @@ cabal.mkDerivation (self: {
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
doCheck = false;
})