mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
haskell-amqp: re-generate with cabal2nix
This commit is contained in:
parent
b1b24494f2
commit
18a82b7da1
@ -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 New Issue
Block a user