mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-13 15:43:39 +00:00
github-desktop: pin to openssl_1_1
This commit is contained in:
parent
bcbfcce62f
commit
94a4cfb58e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user