apk-tools: don't pin to openssl_1_1

This commit is contained in:
ajs124
2023-01-18 01:15:08 +00:00
committed by Alyssa Ross
parent a3fcaf4884
commit c8b20e1c41
2 changed files with 4 additions and 2 deletions
@@ -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;
-1
View File
@@ -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 { };