From e6b943962dd1bf522a67178220cb1753d34240fa Mon Sep 17 00:00:00 2001 From: Simon Van Casteren Date: Sun, 8 Dec 2019 00:04:51 +0100 Subject: Added openSSL dev files to nix --- derivation.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/derivation.nix b/derivation.nix index c07ef0f6..f956a619 100644 --- a/derivation.nix +++ b/derivation.nix @@ -20,7 +20,7 @@ stdenv.mkDerivation rec { # }; src = ./.; - buildInputs = [ openssl mlton mysql.connector-c postgresql sqlite automake autoconf libtool icu.dev]; + buildInputs = [ openssl mlton mysql.connector-c postgresql sqlite automake autoconf libtool icu.dev openssl.dev]; # prePatch = '' # sed -e 's@/usr/bin/file@${file}/bin/file@g' -i configure -- cgit v1.2.3