summaryrefslogtreecommitdiff
path: root/custom/luaPosix.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2020-01-06 17:13:17 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2020-01-06 17:13:17 +0100
commitf1a4f1992d4d456b9dd88803145709405d16c382 (patch)
tree85cef1bae8cb97ef7bc28709c8abf045ca3e644f /custom/luaPosix.nix
parentd6d7146227a8acaf0c32bfc59fb0d0d958090475 (diff)
downloadnixos-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.nix2
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
6pkgs.lua51Packages.buildLuaPackage rec { 6pkgs.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 ]);