diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-01-06 17:13:17 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-01-06 17:13:17 +0100 |
commit | f1a4f1992d4d456b9dd88803145709405d16c382 (patch) | |
tree | 85cef1bae8cb97ef7bc28709c8abf045ca3e644f | |
parent | d6d7146227a8acaf0c32bfc59fb0d0d958090475 (diff) | |
download | nixos-f1a4f1992d4d456b9dd88803145709405d16c382.tar nixos-f1a4f1992d4d456b9dd88803145709405d16c382.tar.gz nixos-f1a4f1992d4d456b9dd88803145709405d16c382.tar.bz2 nixos-f1a4f1992d4d456b9dd88803145709405d16c382.tar.xz nixos-f1a4f1992d4d456b9dd88803145709405d16c382.zip |
...
-rw-r--r-- | custom/luaPam.nix | 4 | ||||
-rw-r--r-- | custom/luaPosix.nix | 2 | ||||
-rw-r--r-- | custom/luaSha2.nix | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/custom/luaPam.nix b/custom/luaPam.nix index 0072d70c..d3727e2f 100644 --- a/custom/luaPam.nix +++ b/custom/luaPam.nix | |||
@@ -4,8 +4,8 @@ | |||
4 | }: | 4 | }: |
5 | 5 | ||
6 | let | 6 | let |
7 | lua = pkgs.lua51Packages.lua; | 7 | lua = pkgs.lua52Packages.lua; |
8 | in pkgs.lua51Packages.buildLuaPackage { | 8 | in pkgs.lua52Packages.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 24bb6131..4ad92c69 100644 --- a/custom/luaPosix.nix +++ b/custom/luaPosix.nix | |||
@@ -3,7 +3,7 @@ | |||
3 | , fetchurl | 3 | , fetchurl |
4 | }: | 4 | }: |
5 | 5 | ||
6 | pkgs.lua51Packages.buildLuaPackage rec { | 6 | pkgs.lua52Packages.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 ]); |
diff --git a/custom/luaSha2.nix b/custom/luaSha2.nix index 2270c48a..363a2537 100644 --- a/custom/luaSha2.nix +++ b/custom/luaSha2.nix | |||
@@ -4,8 +4,8 @@ | |||
4 | }: | 4 | }: |
5 | 5 | ||
6 | let | 6 | let |
7 | lua = pkgs.lua51Packages.lua; | 7 | lua = pkgs.lua52Packages.lua; |
8 | in pkgs.lua51Packages.buildLuaPackage { | 8 | in pkgs.lua52Packages.buildLuaPackage { |
9 | name = "luaSha2"; | 9 | name = "luaSha2"; |
10 | src = fetchurl { | 10 | src = fetchurl { |
11 | url = "https://luarocks.org/manifests/luarocks/sha2-0.2.0-1.src.rock"; | 11 | url = "https://luarocks.org/manifests/luarocks/sha2-0.2.0-1.src.rock"; |