mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03: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;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
};
|
};
|
||||||
|
doCheck = false;
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user