nim: use openssl_1_1

This unbreaks the 'nimble' executable, and also fixes #191314.

Nim itself is already capable to work with version 3 of openssl, but
no release has been made yet.
This commit is contained in:
Johannes Maier 2022-09-16 12:04:00 +02:00 committed by ehmry
parent 634e42c507
commit 2bf24a23c6

View file

@ -14413,7 +14413,7 @@ with pkgs;
muonlang = callPackage ../development/compilers/muonlang { };
inherit (callPackages ../development/compilers/nim { })
inherit (callPackages ../development/compilers/nim { openssl = openssl_1_1; })
nim-unwrapped nimble-unwrapped nim;
nimPackages = recurseIntoAttrs nim.pkgs;