···163 url = "https://nim-lang.org/download/nim-${version}.tar.xz";
164 hash = "sha256-vWEB2EADb7eOk6ad9s8/n9DCHNdUtpX/hKO0rdjtCvc=";
165 };
0166 patches = [
167 ./NIM_CONFIG_DIR.patch
168 # Override compiler configuration via an environmental variable
···172173 ./extra-mangling.patch
174 # Mangle store paths of modules to prevent runtime dependence.
000175 ];
176 });
177
···163 url = "https://nim-lang.org/download/nim-${version}.tar.xz";
164 hash = "sha256-vWEB2EADb7eOk6ad9s8/n9DCHNdUtpX/hKO0rdjtCvc=";
165 };
166+167 patches = [
168 ./NIM_CONFIG_DIR.patch
169 # Override compiler configuration via an environmental variable
···173174 ./extra-mangling.patch
175 # Mangle store paths of modules to prevent runtime dependence.
176+177+ ./openssl.patch
178+ # 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.
179 ];
180 });
181