mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
nixUnstable: Add s3 support on darwin
This commit is contained in:
parent
2fd787ddd1
commit
4da420709d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ let
|
|||
|
||||
buildInputs = [ curl openssl sqlite xz ]
|
||||
++ lib.optional (stdenv.isLinux || stdenv.isDarwin) libsodium
|
||||
++ lib.optional (stdenv.isLinux && lib.versionAtLeast version "1.12pre")
|
||||
++ lib.optional ((stdenv.isLinux || stdenv.isDarwin) && lib.versionAtLeast version "1.12pre")
|
||||
(aws-sdk-cpp.override {
|
||||
apis = ["s3"];
|
||||
customMemoryManagement = false;
|
||||
|
|
Loading…
Reference in a new issue