From 0f5a935956f4b9f35eadca056241d48f5dd49d14 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 27 Sep 2015 17:11:33 +0200 Subject: switch to lua51 --- custom/luaPosix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom/luaPosix.nix') 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 @@ , fetchurl }: -pkgs.luaPackages.buildLuaPackage rec { +pkgs.luaPackages51.buildLuaPackage rec { name = "luaposix-${version}"; version = "33.3.1"; buildInputs = (with pkgs; [ perl ]); -- cgit v1.2.3