elinks: build with openssl 1.1

This commit is contained in:
arcnmx
2020-02-28 08:29:24 -08:00
parent 24714485eb
commit f9a682c0cc
3 changed files with 56 additions and 4 deletions
@@ -18,7 +18,10 @@ stdenv.mkDerivation {
sha256 = "1nnakbi01g7yd3zqwprchh5yp45br8086b0kbbpmnclabcvlcdiq";
};
patches = [ ./gc-init.patch ];
patches = [
./gc-init.patch
./openssl-1.1.patch
];
buildInputs = [ ncurses xlibsWrapper bzip2 zlib openssl spidermonkey gpm ]
++ stdenv.lib.optional enableGuile guile