summary refs log tree commit diff
path: root/pkgs/development/lua-modules
diff options
context:
space:
mode:
authorMatthieu Coudron <886074+teto@users.noreply.github.com>2023-10-16 18:25:35 +0200
committerMatthieu Coudron <886074+teto@users.noreply.github.com>2023-10-22 12:45:17 +0200
commitdb9d831c0b427c763469f9efc46fc847edf22ca6 (patch)
tree0a1ed2eb473fe8eae3ff0168f631cd4b4c9c816b /pkgs/development/lua-modules
parent9a48adc3196236b38772cb217160012a7aa04c27 (diff)
luaPackages.lua-ff-zlib: init
Diffstat (limited to 'pkgs/development/lua-modules')
-rw-r--r--pkgs/development/lua-modules/overrides.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/lua-modules/overrides.nix b/pkgs/development/lua-modules/overrides.nix
index 03b70fd1f9a94..8e35b5c1d6d1f 100644
--- a/pkgs/development/lua-modules/overrides.nix
+++ b/pkgs/development/lua-modules/overrides.nix
@@ -386,10 +386,10 @@ with prev;
     ];
   });
 
-  lua-resty-session =  prev.lua-resty-session.overrideAttrs (oa: {
-    # lua_pack and lua-ffi-zlib are unpackaged, causing this package to not evaluate
-    meta.broken = true;
-  });
+  # lua-resty-session =  prev.lua-resty-session.overrideAttrs (oa: {
+  #   # lua_pack and lua-ffi-zlib are unpackaged, causing this package to not evaluate
+  #   meta.broken = true;
+  # });
 
   lua-yajl =  prev.lua-yajl.overrideAttrs (oa: {
     buildInputs = oa.buildInputs ++ [