summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMatthias C. M. Troffaes <matthias.troffaes@gmail.com>2018-09-13 10:18:06 +0100
committerMatthias C. M. Troffaes <matthias.troffaes@gmail.com>2018-09-13 10:27:59 +0100
commit66e6ee73d451d78c91448371344a08bdf661fe58 (patch)
tree9db3dbf64d20cfcd12d3c661f5b7eed7270dd012 /pkgs
parent595ae18797d5a37ca93c84d4382bf733f4f08fc4 (diff)
downloadnixlib-66e6ee73d451d78c91448371344a08bdf661fe58.tar
nixlib-66e6ee73d451d78c91448371344a08bdf661fe58.tar.gz
nixlib-66e6ee73d451d78c91448371344a08bdf661fe58.tar.bz2
nixlib-66e6ee73d451d78c91448371344a08bdf661fe58.tar.lz
nixlib-66e6ee73d451d78c91448371344a08bdf661fe58.tar.xz
nixlib-66e6ee73d451d78c91448371344a08bdf661fe58.tar.zst
nixlib-66e6ee73d451d78c91448371344a08bdf661fe58.zip
wolfssl: enable all features
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/wolfssl/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/wolfssl/default.nix b/pkgs/development/libraries/wolfssl/default.nix
index 2b69f6283d60..30291a180226 100644
--- a/pkgs/development/libraries/wolfssl/default.nix
+++ b/pkgs/development/libraries/wolfssl/default.nix
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
     sha256 = "00mpq1z8j37a873dbk9knb835m3qlwqnd1rslirqkc44hpz1i64j";
   };
 
+  configureFlags = [ "--enable-all" ];
+
   outputs = [ "out" "dev" "doc" "lib" ];
 
   nativeBuildInputs = [ autoreconfHook ];