diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/luaPam.nix | 4 | ||||
-rw-r--r-- | custom/luaPosix.nix | 2 |
2 files changed, 3 insertions, 3 deletions
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 @@ | |||
4 | }: | 4 | }: |
5 | 5 | ||
6 | let | 6 | let |
7 | lua = pkgs.luaPackages51.lua; | 7 | lua = pkgs.lua51Packages.lua; |
8 | in pkgs.luaPackages51.buildLuaPackage { | 8 | in pkgs.lua51Packages.buildLuaPackage { |
9 | name = "lua-pam"; | 9 | name = "lua-pam"; |
10 | buildInputs = (with pkgs; [ pam ]); | 10 | buildInputs = (with pkgs; [ pam ]); |
11 | src = fetchgit { | 11 | 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 @@ | |||
3 | , fetchurl | 3 | , fetchurl |
4 | }: | 4 | }: |
5 | 5 | ||
6 | pkgs.luaPackages51.buildLuaPackage rec { | 6 | pkgs.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 ]); |