From 06c06c3256df99a0335773fc898170bc081ce581 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 27 Sep 2015 17:09:22 +0200 Subject: registered luaposix dep --- custom/luaPosix.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 custom/luaPosix.nix (limited to 'custom') diff --git a/custom/luaPosix.nix b/custom/luaPosix.nix new file mode 100644 index 00000000..cbaaeb2d --- /dev/null +++ b/custom/luaPosix.nix @@ -0,0 +1,14 @@ +{ stdenv +, pkgs +, fetchurl +}: + +pkgs.luaPackages.buildLuaPackage rec { + name = "luaposix-${version}"; + version = "33.3.1"; + buildInputs = (with pkgs; [ perl ]); + src = fetchurl { + url = "https://github.com/luaposix/luaposix/archive/release-v${version}.tar.gz"; + sha256 = "1kxkn4hisx8454s4rid5p4xxq866x16f1hbzjzrd00qc9nkfvqa9"; + }; +} -- cgit v1.2.3