bolt-launcher: remove openssl_1_1, mark as broken with RS3

This commit is contained in:
Gutyina Gergő
2026-06-13 10:26:52 +02:00
parent afb5063772
commit b30343e67a
+5 -2
View File
@@ -136,7 +136,7 @@ buildFHSEnv {
with pkgs;
[
gtk2-x11
openssl_1_1
# openssl_1_1
]
);
@@ -166,5 +166,8 @@ buildFHSEnv {
];
platforms = lib.platforms.linux;
mainProgram = "bolt-launcher";
};
}
// (lib.optionalAttrs enableRS3 {
problems.broken.message = "OpenSSL 1.1 has been end of life since 2023 and will be removed soon.";
});
}