Remove unused dependency on aws-sdk-cpp

This commit is contained in:
Eelco Dolstra 2018-02-23 16:47:00 +01:00
parent 028ecf7c1f
commit 3ec73c93e2
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -41,26 +41,6 @@ rec {
let
aws-sdk-cpp' =
aws-sdk-cpp.override {
apis = ["s3"];
customMemoryManagement = false;
};
/*
nix = overrideDerivation nixUnstable (attrs: {
src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "4be4f6de56f4de77f6a376f1a40ed75eb641bb89";
sha256 = "0icvbwpca1jh8qkdlayxspdxl5fb0qjjd1kn74x6gs6iy66kndq6";
};
buildInputs = attrs.buildInputs ++ [ autoreconfHook bison flex ];
nativeBuildInputs = attrs.nativeBuildInputs ++ [ aws-sdk-cpp' autoconf-archive ];
configureFlags = attrs.configureFlags + " --disable-doc-gen";
preConfigure = "./bootstrap.sh; mkdir -p $doc $man";
});
*/
nix = nixUnstable;
perlDeps = buildEnv {
@ -113,7 +93,6 @@ rec {
nix.perl-bindings
git
boehmgc
aws-sdk-cpp'
];
};