mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-amqp: re-generate with cabal2nix
This commit is contained in:
parent
b1b24494f2
commit
18a82b7da1
1 changed files with 1 additions and 1 deletions
|
@ -16,11 +16,11 @@ cabal.mkDerivation (self: {
|
|||
binary clock connection dataBinaryIeee754 hspec hspecExpectations
|
||||
network split text
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://github.com/hreinhardt/amqp";
|
||||
description = "Client library for AMQP servers (currently only RabbitMQ)";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
doCheck = false;
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue