apk-tools: don't pin to openssl_1_1
This commit is contained in:
@@ -31,7 +31,10 @@ stdenv.mkDerivation rec {
|
||||
"PKGCONFIGDIR=$(out)/lib/pkgconfig"
|
||||
];
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-Wno-error=unused-result" ];
|
||||
NIX_CFLAGS_COMPILE = [
|
||||
"-Wno-error=unused-result"
|
||||
"-Wno-error=deprecated-declarations"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
||||
@@ -2542,7 +2542,6 @@ with pkgs;
|
||||
|
||||
apk-tools = callPackage ../tools/package-management/apk-tools {
|
||||
lua = lua5_3;
|
||||
openssl = openssl_1_1;
|
||||
};
|
||||
|
||||
apkid = callPackage ../development/tools/apkid { };
|
||||
|
||||
Reference in New Issue
Block a user