mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
20 lines
582 B
Nix
20 lines
582 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, aws, httpConduit, httpTypes, resourcet, text, time
|
|
, xmlConduit, xmlHamlet
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "vk-aws-route53";
|
|
version = "0.1.2";
|
|
sha256 = "0sblvj89bb7vxgy09m88gcphqc9w2mpawg8kdz0r77y7db0vzb4x";
|
|
buildDepends = [
|
|
aws httpConduit httpTypes resourcet text time xmlConduit xmlHamlet
|
|
];
|
|
meta = {
|
|
description = "Amazon Route53 DNS service plugin for the aws package";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|