···163163 url = "https://nim-lang.org/download/nim-${version}.tar.xz";
164164 hash = "sha256-vWEB2EADb7eOk6ad9s8/n9DCHNdUtpX/hKO0rdjtCvc=";
165165 };
166166+166167 patches = [
167168 ./NIM_CONFIG_DIR.patch
168169 # Override compiler configuration via an environmental variable
···172173173174 ./extra-mangling.patch
174175 # Mangle store paths of modules to prevent runtime dependence.
176176+177177+ ./openssl.patch
178178+ # dlopen is widely used by Python, Ruby, Perl, ... what you're really telling me here is that your OS is fundamentally broken. That might be news for you, but it isn't for me.
175179 ];
176180 });
177181