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 /custom/luaPosix.nix | |
parent | d6d7146227a8acaf0c32bfc59fb0d0d958090475 (diff) | |
download | nixos-f1a4f1992d4d456b9dd88803145709405d16c382.tar nixos-f1a4f1992d4d456b9dd88803145709405d16c382.tar.gz nixos-f1a4f1992d4d456b9dd88803145709405d16c382.tar.bz2 nixos-f1a4f1992d4d456b9dd88803145709405d16c382.tar.xz nixos-f1a4f1992d4d456b9dd88803145709405d16c382.zip |
...
Diffstat (limited to 'custom/luaPosix.nix')
-rw-r--r-- | custom/luaPosix.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 ]); |