Merge master into staging-next
This commit is contained in:
@@ -46,7 +46,8 @@ python3Packages.buildPythonApplication rec {
|
||||
--replace "cryptography==3.2.1" "cryptography" \
|
||||
--replace "pyOpenSSL==19.1.0" "pyOpenSSL" \
|
||||
--replace "PyYAML==5.3.1" "PyYAML" \
|
||||
--replace "six==1.14.0" "six"
|
||||
--replace "six==1.14.0" "six" \
|
||||
--replace "arrow==0.17.0" "arrow"
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
systemd
|
||||
util-linux
|
||||
] ++ lib.optional enableRDW networkmanager
|
||||
++ lib.optional (lib.any (lib.meta.platformMatch stdenv.hostPlatform) x86_energy_perf_policy.meta.platforms) x86_energy_perf_policy
|
||||
++ lib.optional (lib.meta.availableOn stdenv.hostPlatform x86_energy_perf_policy) x86_energy_perf_policy
|
||||
);
|
||||
in
|
||||
''
|
||||
|
||||
@@ -21,7 +21,7 @@ common =
|
||||
, storeDir
|
||||
, stateDir
|
||||
, confDir
|
||||
, withLibseccomp ? lib.any (lib.meta.platformMatch stdenv.hostPlatform) libseccomp.meta.platforms, libseccomp
|
||||
, withLibseccomp ? lib.meta.availableOn stdenv.hostPlatform libseccomp, libseccomp
|
||||
, withAWS ? !enableStatic && (stdenv.isLinux || stdenv.isDarwin), aws-sdk-cpp
|
||||
, enableStatic ? stdenv.hostPlatform.isStatic
|
||||
, pname, version, suffix ? "", src
|
||||
|
||||
Reference in New Issue
Block a user