File tree Expand file tree Collapse file tree
pkgs/tools/package-management/nix Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,10 +59,7 @@ assert (hash == null) -> (src != null);
5959 xz ,
6060 enableDocumentation ? stdenv . buildPlatform . canExecute stdenv . hostPlatform ,
6161 enableStatic ? stdenv . hostPlatform . isStatic ,
62- withAWS ?
63- lib . meta . availableOn stdenv . hostPlatform aws-c-common
64- && ! enableStatic
65- && ( stdenv . hostPlatform . isLinux || stdenv . hostPlatform . isDarwin ) ,
62+ withAWS ? lib . meta . availableOn stdenv . hostPlatform aws-c-common ,
6663 aws-c-common ,
6764 aws-sdk-cpp ,
6865 withLibseccomp ? lib . meta . availableOn stdenv . hostPlatform libseccomp ,
Original file line number Diff line number Diff line change 2525
2626 withAWS ?
2727 # Default is this way because there have been issues building this dependency
28- stdenv . hostPlatform == stdenv . buildPlatform
29- && ( stdenv . isLinux || stdenv . isDarwin )
30- && lib . meta . availableOn stdenv . hostPlatform aws-c-common ,
28+ lib . meta . availableOn stdenv . hostPlatform aws-c-common ,
3129} :
3230
3331mkMesonLibrary ( finalAttrs : {
You can’t perform that action at this time.
0 commit comments