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:
parent
634e42c507
commit
2bf24a23c6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue