diff options
author | Simon Van Casteren <simon.van.casteren@gmail.com> | 2019-12-08 00:04:51 +0100 |
---|---|---|
committer | Simon Van Casteren <simonvancasteren@localhost.localdomain> | 2019-12-13 11:46:57 +0100 |
commit | e6b943962dd1bf522a67178220cb1753d34240fa (patch) | |
tree | 311399541ee9aa4a45807ca2e30a3c38c33af6b4 | |
parent | 6a27ba96989166da2d16397852e7343ac4d10b1e (diff) |
Added openSSL dev files to nix
-rw-r--r-- | derivation.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |