From 0f5a935956f4b9f35eadca056241d48f5dd49d14 Mon Sep 17 00:00:00 2001
From: Gregor Kleen <gkleen@yggdrasil.li>
Date: Sun, 27 Sep 2015 17:11:33 +0200
Subject: switch to lua51

---
 custom/luaPam.nix   | 4 ++--
 custom/luaPosix.nix | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

(limited to 'custom')

diff --git a/custom/luaPam.nix b/custom/luaPam.nix
index f0c93e4f..fa84a4f3 100644
--- a/custom/luaPam.nix
+++ b/custom/luaPam.nix
@@ -4,8 +4,8 @@
 }:
 
 let
-  lua = pkgs.luaPackages.lua;
-in pkgs.luaPackages.buildLuaPackage {
+  lua = pkgs.luaPackages51.lua;
+in pkgs.luaPackages51.buildLuaPackage {
   name = "lua-pam";
   buildInputs = (with pkgs; [ pam ]);
   src = fetchgit {
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