From 631909e01d8d7bf1d398aa44009a234fe3913d00 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 27 Sep 2015 17:12:09 +0200 Subject: typo --- 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 fa84a4f3..24fab558 100644 --- a/custom/luaPam.nix +++ b/custom/luaPam.nix @@ -4,8 +4,8 @@ }: let - lua = pkgs.luaPackages51.lua; -in pkgs.luaPackages51.buildLuaPackage { + lua = pkgs.lua51Packages.lua; +in pkgs.lua51Packages.buildLuaPackage { name = "lua-pam"; buildInputs = (with pkgs; [ pam ]); src = fetchgit { 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 @@ , fetchurl }: -pkgs.luaPackages51.buildLuaPackage rec { +pkgs.lua51Packages.buildLuaPackage rec { name = "luaposix-${version}"; version = "33.3.1"; buildInputs = (with pkgs; [ perl ]); -- cgit v1.2.3