Remove unused dependency on aws-sdk-cpp
[?]
Feb 23, 2018, 3:47 PM
GGWH5GY7IS2YAHTW6YPLJQWUDLAA2YW5B3XFJ7HQMQECYRRJLTXACDependencies
- [2]
ICYJNJWHRevert "Move build logic for the core hydra package into its own default.nix." - [3]
UBPWXGKFMove build logic for the core hydra package into its own default.nix. - [4]
6K5PBUUNUse buildEnv to combine Hydra's Perl dependencies - [5]
NRNR4QVJUse stable Nix - [6]
T4LLYESZ* Nix expression for building Hydra. - [7]
QUAK4CSFUse nixUnstable - [8]
34UH6B6LBuild against the bleeding edge of Nix - [9]
X4KYZJBQUse latest nixUnstable
Change contents
- edit in release.nix at line 43[3.9]→[3.9:10](∅→∅),[3.10]→[3.0:21](∅→∅),[3.21]→[3.0:31](∅→∅),[3.31]→[3.76:143](∅→∅),[3.76]→[3.76:143](∅→∅),[3.143]→[3.32:43](∅→∅)
aws-sdk-cpp' =aws-sdk-cpp.override {apis = ["s3"];customMemoryManagement = false;}; - edit in release.nix at line 44
/*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";});*/ - edit in release.nix at line 96
aws-sdk-cpp'