diff options
Diffstat (limited to 'custom/luaPosix.nix')
-rw-r--r-- | custom/luaPosix.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/luaPosix.nix b/custom/luaPosix.nix index cbaaeb2d..60132c2d 100644 --- a/custom/luaPosix.nix +++ b/custom/luaPosix.nix | |||
@@ -3,7 +3,7 @@ | |||
3 | , fetchurl | 3 | , fetchurl |
4 | }: | 4 | }: |
5 | 5 | ||
6 | pkgs.luaPackages.buildLuaPackage rec { | 6 | pkgs.luaPackages51.buildLuaPackage rec { |
7 | name = "luaposix-${version}"; | 7 | name = "luaposix-${version}"; |
8 | version = "33.3.1"; | 8 | version = "33.3.1"; |
9 | buildInputs = (with pkgs; [ perl ]); | 9 | buildInputs = (with pkgs; [ perl ]); |