github-desktop: pin to openssl_1_1

This commit is contained in:
Anthony Roussel
2022-09-12 22:06:00 +02:00
parent bcbfcce62f
commit 94a4cfb58e
+3 -1
View File
@@ -2552,7 +2552,9 @@ with pkgs;
github-commenter = callPackage ../development/tools/github-commenter { };
github-desktop = callPackage ../applications/version-management/github-desktop { };
github-desktop = callPackage ../applications/version-management/github-desktop {
curl = curl.override { openssl = openssl_1_1; };
};
github-to-sqlite = with python3Packages; toPythonApplication github-to-sqlite;