mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
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:
parent
b194050ee1
commit
dcb4eee106
|
@ -22,4 +22,5 @@ cabal.mkDerivation (self: {
|
|||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
doCheck = false;
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue