diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-27 17:12:09 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-27 17:12:09 +0200 |
commit | 631909e01d8d7bf1d398aa44009a234fe3913d00 (patch) | |
tree | 3e906999585cb1111fac34c07eb611fbe5ca1428 /custom/luaPosix.nix | |
parent | 0f5a935956f4b9f35eadca056241d48f5dd49d14 (diff) | |
download | nixos-631909e01d8d7bf1d398aa44009a234fe3913d00.tar nixos-631909e01d8d7bf1d398aa44009a234fe3913d00.tar.gz nixos-631909e01d8d7bf1d398aa44009a234fe3913d00.tar.bz2 nixos-631909e01d8d7bf1d398aa44009a234fe3913d00.tar.xz nixos-631909e01d8d7bf1d398aa44009a234fe3913d00.zip |
typo
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 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 ]); |