summaryrefslogtreecommitdiff
path: root/custom/luaPosix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'custom/luaPosix.nix')
-rw-r--r--custom/luaPosix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/luaPosix.nix b/custom/luaPosix.nix
index 60132c2d..24bb6131 100644
--- a/custom/luaPosix.nix
+++ b/custom/luaPosix.nix
@@ -3,7 +3,7 @@
3, fetchurl 3, fetchurl
4}: 4}:
5 5
6pkgs.luaPackages51.buildLuaPackage rec { 6pkgs.lua51Packages.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 ]);